]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/helpext.h
Add wxDataViewRendererBase::GetEffectiveAlignment() and use it.
[wxWidgets.git] / include / wx / generic / helpext.h
index 080ba946209f7dfdc5128c2c1f54461753bee550..fe0c3e7eb26593c24088c13a67d8f404ebd86539 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Karsten Ballueder (Ballueder@usa.net)
 // Modified by:
 // Copyright:   (c) Karsten Ballueder 1998
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -69,7 +68,7 @@ public:
                                     wxPoint *WXUNUSED(pos) = NULL,
                                     bool *WXUNUSED(newFrameEachTime) = NULL)
         {
-            return (wxFrame*) NULL; // does nothing by default
+            return NULL; // does nothing by default
         }
 
 protected: