]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/core/colour.h
overriding to allocate an outer autorelease pool
[wxWidgets.git] / include / wx / osx / core / colour.h
index 3c6674c589f75c4db00502d00387f62634fdc1dd..1cf694140c7e3ce7d81ea3801dd4dd8c42cac4a2 100644 (file)
@@ -30,7 +30,7 @@ public:
     // default copy ctor and dtor are ok
 
     // accessors
-    virtual bool IsOk() const { return m_cgColour; }
+    virtual bool IsOk() const { return m_cgColour != NULL; }
 
     virtual WXDLLIMPEXP_INLINE_CORE ChannelType Red() const { return m_red; }
     virtual WXDLLIMPEXP_INLINE_CORE ChannelType Green() const { return m_green; }