]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/fontutil.cpp
Document the default size of new wxMemoryBuffer correctly.
[wxWidgets.git] / src / unix / fontutil.cpp
index 625848636aed1f674dfc3056033f6e368520a514..8ed33684fd1e58fae80467ab4183c14a043e3d40 100644 (file)
@@ -272,6 +272,11 @@ void wxNativeFontInfo::SetUnderlined(bool WXUNUSED(underlined))
     wxFAIL_MSG( "not implemented" );
 }
 
+void wxNativeFontInfo::SetStrikethrough(bool WXUNUSED(strikethrough))
+{
+    wxFAIL_MSG( "not implemented" );
+}
+
 bool wxNativeFontInfo::SetFaceName(const wxString& facename)
 {
     pango_font_description_set_family(description, wxPANGO_CONV(facename));