]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
A few Unicode fixes.
[wxWidgets.git] / include / wx / window.h
index a805172231e958e7f4927d162998e7e795b40b55..3fdcd5acf00e6297a99930c83c15aa1639562c1b 100644 (file)
@@ -324,7 +324,7 @@ public:
     inline wxWindow *GetGrandParent() const;
 
         // is this window a top level one?
-    bool IsTopLevel() const { return m_parent != 0; }
+    bool IsTopLevel() const;
 
         // it doesn't really change parent, use ReParent() instead
     void SetParent( wxWindowBase *parent ) { m_parent = (wxWindow *)parent; }