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:
Vadim Zeitlin
2013-10-04 23:48:15 +00:00
parent 5d72892ebc
commit 9bd574841d

View File

@@ -14,9 +14,7 @@
#include "wx/docview.h"
class MyFrame;
class MyCanvas;
class DrawingView;
// Define a new application
class MyApp : public wxApp