Applied initial patches for wx2.8 compatibility
[ctsim.git] / src / views.h
index 3d5ea6155fe94a1b1a5ee7cec12ff2e0f26ed82d..d0dda152754f24ec9dd9942fa98ba589fae9775b 100644 (file)
@@ -67,7 +67,7 @@ private:
 
   int m_iDefaultExportFormatID;
 
-  wxWindow* getFrameForChild()
+  wxFrame* getFrameForChild()
 #if CTSIM_MDI
   { return theApp->getMainFrame(); }
 #else