]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dc.cpp
Version 0.4 of wxPython for MSW.
[wxWidgets.git] / src / gtk1 / dc.cpp
index a7c77998bc209455c7c40d1b49c212d01d1f2c6b..0b621c2b791deadc4b8ec4aac7a8b92093eccb32 100644 (file)
@@ -85,7 +85,7 @@ wxDC::~wxDC(void)
 
 bool wxDC::Ok(void) const 
 { 
-  wxASSERT_MSG( !ok, "invalid display context" );
+  wxASSERT_MSG( m_ok, "invalid display context" );
   return m_ok; 
 }