summaryrefslogtreecommitdiff
path: root/include/fileutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fileutils.h')
-rw-r--r--include/fileutils.h2
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;