blob: d2239e070958f7b491c4a796b96bc9bd2c9df8a7 [file] [log] [blame]
#ifndef WX_UTILS_H
#define WX_UTILS_H
#include <wx/string.h>
#include <string>
wxString wxS(const char* str);
wxString wxS(const std::string &str);
#endif