]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/fontdlgg.h
Moved deprecated code to source file (didn't compile
[wxWidgets.git] / include / wx / generic / fontdlgg.h
index 485b99fdd3a1492bc9287f127162200feeeff3e5..b74be12272efca2fc9e9866ce8dfa9432d7774ec 100644 (file)
@@ -48,6 +48,8 @@ class WXDLLEXPORT wxGenericFontDialog : public wxFontDialogBase
 {
 public:
     wxGenericFontDialog() { Init(); }
+    wxGenericFontDialog(wxWindow *parent)
+        : wxFontDialogBase(parent) { Init(); }
     wxGenericFontDialog(wxWindow *parent, const wxFontData& data)
         : wxFontDialogBase(parent, data) { Init(); }
     virtual ~wxGenericFontDialog();