]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/penguin/penguin.h
made operator==() and \!=() const (still doesn't make them correct probably)
[wxWidgets.git] / samples / opengl / penguin / penguin.h
index 1730b2130f0b538401c7ee2dcee0f1c81bb9b223..a8e8550e65c06d233516f98c802f0006996009ea 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Robert Roebling
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_PENGUIN_H_
@@ -59,7 +59,6 @@ public:
 DECLARE_EVENT_TABLE()
 };
 
-
 class TestGLCanvas: public wxGLCanvas
 {
  public: