summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 88389738..b6283a26 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -33,7 +33,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
//Note the commented headers here can be replaced with forward references,
//when I get round to cleaning up main.cpp
-struct Executable;
+class Executable;
class CategoryFactory;
class LockedDialogBase;
class OrganizerCore;