Remove unnecessary forward declarations from the docview sample.
MyFrame doesn't exist at all and was just confusing; DrawingView does exist but is declared in view.h and is not needed in this header. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -14,9 +14,7 @@
|
|||||||
|
|
||||||
#include "wx/docview.h"
|
#include "wx/docview.h"
|
||||||
|
|
||||||
class MyFrame;
|
|
||||||
class MyCanvas;
|
class MyCanvas;
|
||||||
class DrawingView;
|
|
||||||
|
|
||||||
// Define a new application
|
// Define a new application
|
||||||
class MyApp : public wxApp
|
class MyApp : public wxApp
|
||||||
|
Reference in New Issue
Block a user