diff options
-rw-r--r-- | include/fileutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fileutils.h b/include/fileutils.h index 45865bbb0..89f92f97f 100644 --- a/include/fileutils.h +++ b/include/fileutils.h @@ -20,7 +20,7 @@ #pragma once /** Provides an easy method of reading a text file into memory. */ -class CoreExport FileReader : public classbase +class CoreExport FileReader { /** The lines of text in the file. */ std::vector<std::string> lines; |