summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-25 16:24:36 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-25 16:24:36 +0100
commitb0f5d569ccf740d5524e06ff59a17638221dc9d7 (patch)
tree9dd8c27f890244555b927e7e90256687c16409be /src/wx/wx_util.h
parent489e6a92b9aa940de64a886a1f9b5a420b50c7fc (diff)
Various hacks.
Diffstat (limited to 'src/wx/wx_util.h')
-rw-r--r--src/wx/wx_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h
index 8a84b1323..6f83e3df0 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -26,3 +26,5 @@
extern void error_dialog (std::string);
extern wxStaticText* add_label_to_sizer (wxSizer *, wxWindow *, std::list<wxControl*>&, std::string);
+extern std::string wx_to_std (wxString);
+extern wxString std_to_wx (std::string);