// Modified by:
// Created: 04/01/98
// RCS-ID: $Id$
-// Copyright: (c) Julian Smart and Markus Holzem
+// Copyright: (c) Julian Smart
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#include <wx/toolbar.h>
+#include "wx/toolbar.h"
// Define a new application
class MyApp : public wxApp
{
public:
MyCanvas *canvas;
- MyChild(wxMDIParentFrame *parent, const wxString& title, const wxPoint& pos, const wxSize& size, const long style);
+ MyChild(wxMDIParentFrame *parent, const wxString& title);
~MyChild();
void OnActivate(wxActivateEvent& event);