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:
parent
5d72892ebc
commit
9bd574841d
1 changed files with 0 additions and 2 deletions
|
|
@ -14,9 +14,7 @@
|
|||
|
||||
#include "wx/docview.h"
|
||||
|
||||
class MyFrame;
|
||||
class MyCanvas;
|
||||
class DrawingView;
|
||||
|
||||
// Define a new application
|
||||
class MyApp : public wxApp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue