- bool m_visible; // Can a pointer to this object be safely taken?
- // - only if created within FindOrCreate...
+ bool m_visible; /* can a pointer to this object be safely taken?
+ * - only if created within FindOrCreate... */
+private:
+ DECLARE_DYNAMIC_CLASS(wxGDIObject)