]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontutil.h
Wrappers for *ToText
[wxWidgets.git] / include / wx / fontutil.h
index 2e25a581c671b805a53ea53716a21329950c5e36..e2243613dce52c980b8755ab45d90d5751b3dceb 100644 (file)
@@ -135,6 +135,11 @@ public:
     // default ctor (default copy ctor is ok)
     wxNativeFontInfo() { Init(); }
 
+#if wxUSE_PANGO
+    wxNativeFontInfo(const wxNativeFontInfo& info);
+    ~wxNativeFontInfo();
+#endif
+
     // reset to the default state
     void Init();