]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/ogl/studio/project.cpp
overseeing the obvious, there is already a perfect scroll call for HIView...
[wxWidgets.git] / contrib / samples / ogl / studio / project.cpp
index 8d6e0efd693eec47646f0d08415ae26be2579036..982e2393937c1f6b5899dd2d21e819ca419016cc 100644 (file)
@@ -31,7 +31,7 @@ BEGIN_EVENT_TABLE(csProjectTreeCtrl, wxTreeCtrl)
 END_EVENT_TABLE()
 
 // Define my frame constructor
-csProjectTreeCtrl::csProjectTreeCtrl(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size,
+csProjectTreeCtrl::csProjectTreeCtrl(wxWindow *parent, const wxWindowID id, const wxPoint& pos, const wxSize& size,
        long style):
 
   wxTreeCtrl(parent, id, pos, size, style),