]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/ogl/ogledit/view.h
Removed every usage of obsolete wxTLW flags. 2.6 compatibility markup for them.
[wxWidgets.git] / contrib / samples / ogl / ogledit / view.h
index 626672bd164727cac901fc4aa6f67661e6e47ad3..363696eb0eb764162bbf4a96655aaf0ae3aa0e25 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        view.h
+// Name:        contrib/samples/ogl/ogledit/view.h
 // Purpose:     View-related classes
 // Author:      Julian Smart
 // Modified by:
@@ -13,7 +13,7 @@
 #define _OGLSAMPLE_VIEW_H_
 
 #include "doc.h"
-#include <wx/ogl/ogl.h>
+#include "wx/ogl/ogl.h"
 
 class MyCanvas: public wxShapeCanvas
 {
@@ -51,7 +51,7 @@ class DiagramView: public wxView
  public:
   wxFrame *frame;
   MyCanvas *canvas;
-  
+
   DiagramView(void) { canvas = NULL; frame = NULL; };
   ~DiagramView(void) {};
 
@@ -62,8 +62,6 @@ class DiagramView: public wxView
 
   wxShape *FindSelectedShape(void);
 
-//  void OnMenuCommand(int cmd);
-
   void OnCut(wxCommandEvent& event);
   void OnChangeBackgroundColour(wxCommandEvent& event);
   void OnEditLabel(wxCommandEvent& event);