X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..22095a6e1a53cacd630625f02b3b23728a7bb12a:/contrib/samples/ogl/ogledit/view.h diff --git a/contrib/samples/ogl/ogledit/view.h b/contrib/samples/ogl/ogledit/view.h index 388a22dc06..f9c27952f3 100644 --- a/contrib/samples/ogl/ogledit/view.h +++ b/contrib/samples/ogl/ogledit/view.h @@ -6,7 +6,7 @@ // Created: 12/07/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _OGLSAMPLE_VIEW_H_ @@ -26,7 +26,7 @@ class MyCanvas: public wxShapeCanvas public: wxView *view; - MyCanvas(wxView *view, wxWindow *parent = NULL, wxWindowID id = -1, + MyCanvas(wxView *view, wxWindow *parent = NULL, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxRETAINED); ~MyCanvas(void); @@ -62,7 +62,7 @@ class DiagramView: public wxView bool OnCreate(wxDocument *doc, long flags); void OnDraw(wxDC *dc); void OnUpdate(wxView *sender, wxObject *hint = NULL); - bool OnClose(bool deleteWindow = TRUE); + bool OnClose(bool deleteWindow = true); wxShape *FindSelectedShape(void);