]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/private.h
no changes, just corrected the comment for wxConvLocal
[wxWidgets.git] / include / wx / gtk / private.h
index bad72b53f2507c048804c912eade0425c5024c11..2ce2865725f3fbf12c5ee31d08941f272af4e66f 100644 (file)
@@ -70,6 +70,8 @@ public:
     explicit wxGtkString(gchar *s) : m_str(s) { }
     ~wxGtkString() { g_free(m_str); }
 
+    const gchar *c_str() const { return m_str; }
+
     operator gchar *() const { return m_str; }
 
 private: