Fixed a typo

This commit is contained in:
bubnikv 2019-03-04 12:59:20 +01:00
parent e7fdc44d5a
commit 58e4ace699

View file

@ -57,7 +57,7 @@ public:
bool input_double(const std::string &label, const double &value, const std::string &format = "%.3f");
bool input_vec3(const std::string &label, const Vec3d &value, float width, const std::string &format = "%.3f");
bool checkbox(const wxString &label, bool &value);
void text(const const char *label);
void text(const char *label);
void text(const std::string &label);
void text(const wxString &label);
bool combo(const wxString& label, const std::vector<std::string>& options, std::string& current_selection);