// Created: 04/01/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart and Markus Holzem
-// Licence: wxWindows license
+// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#ifndef __DOCVIEWSAMPLEH__
#define __DOCVIEWSAMPLEH__
+#include "wx/mdi.h"
+#include "wx/docview.h"
#include "wx/docmdi.h"
class wxDocManager;
long type);
void OnAbout(wxCommandEvent& event);
- MyCanvas *CreateCanvas(wxView *view, wxFrame *parent);
+ MyCanvas *CreateCanvas(wxView *view, wxMDIChildFrame *parent);
DECLARE_EVENT_TABLE()
};