diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-16 05:42:22 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-22 07:33:37 -0400 |
| commit | 6217f910f095adea4b06f370726636b09efea4ed (patch) | |
| tree | 0f75f919458ac0fdcdc5e7c7f949af9b2341c768 /src/main.cpp | |
| parent | 54d98e291701f2187174a67c186f1ea762c6b959 (diff) | |
renamed logbuffer files to loglist
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 23ea234a..8b5648c9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,7 +39,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include "singleinstance.h" #include "utility.h" #include "helper.h" -#include "logbuffer.h" +#include "loglist.h" #include "selectiondialog.h" #include "moapplication.h" #include "tutorialmanager.h" |
