]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/stattext.h
Instead of just deleting m_popupInterface, call Destroy() of its wxWindow-based popup...
[wxWidgets.git] / include / wx / gtk / stattext.h
index d3a4bc15765520ee070545413aab18c3352efaf3..78241efe298173fd328878ab2f5c29e66b15b422 100644 (file)
@@ -56,7 +56,9 @@ protected:
 
     virtual wxString DoGetLabel() const;
     virtual void DoSetLabel(const wxString& str);
+#if wxUSE_MARKUP
     virtual bool DoSetLabelMarkup(const wxString& markup);
+#endif // wxUSE_MARKUP
 
 private:
     // Common part of SetLabel() and DoSetLabelMarkup().