diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-25 16:24:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-25 16:24:36 +0100 |
| commit | b0f5d569ccf740d5524e06ff59a17638221dc9d7 (patch) | |
| tree | 9dd8c27f890244555b927e7e90256687c16409be /src/wx/wx_util.h | |
| parent | 489e6a92b9aa940de64a886a1f9b5a420b50c7fc (diff) | |
Various hacks.
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 2 |
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); |
