src/common.h

changeset 232
4e44c92e21dd
parent 229
b9e101b76eb3
child 237
ec77f6e9a19f
--- a/src/common.h	Tue May 21 14:06:06 2013 +0300
+++ b/src/common.h	Tue May 21 14:07:33 2013 +0300
@@ -110,7 +110,7 @@
 class ForgeWindow;
 class LDObject;
 class bbox;
-class OpenFile;
+class LDOpenFile;
 class QApplication;
 
 // -----------------------------------------------------------------------------
@@ -179,7 +179,7 @@
 
 // -----------------------------------------------------------------------------
 // Pointer to the OpenFile which is currently being edited by the user.
-extern OpenFile* g_curfile;
+extern LDOpenFile* g_curfile;
 
 // -----------------------------------------------------------------------------
 // Pointer to the bounding box.
@@ -187,7 +187,7 @@
 
 // -----------------------------------------------------------------------------
 // Vector of all currently opened files.
-extern vector<OpenFile*> g_loadedFiles;
+extern vector<LDOpenFile*> g_loadedFiles;
 
 // -----------------------------------------------------------------------------
 // Pointer to the main application.

mercurial