]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/object.cpp
Only update the size if the parent is a frame and the frame is
[wxWidgets.git] / src / common / object.cpp
index 9dfaeafb621002c2f20da1c5ef66c261eb13e411..f43f2b2d99c0beb17026d0017b35a5fb277cc8c3 100644 (file)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "object.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -96,9 +92,7 @@ wxClassInfo *wxObject::GetClassInfo() const
 
 #endif // wxUSE_EXTENDED_RTTI
 
-// These are here so we can avoid 'always true/false' warnings
-// by referring to these instead of true/false
-const bool wxTrue = true;
+// this variable exists only so that we can avoid 'always true/false' warnings
 const bool wxFalse = false;
 
 // Is this object a kind of (a subclass of) 'info'?