From 87ec27cf3c5a70a0d12244c847c4a8befaa7a8e2 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Thu, 23 Jan 2014 14:06:07 +0100 Subject: Remove unneeded classbase inheritance from FileReader --- include/fileutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fileutils.h') 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 lines; -- cgit v1.2.3