Commit cd7129ef authored by nanahira's avatar nanahira Committed by GitHub

default param

parent c4356969
......@@ -144,7 +144,7 @@ public:
int LocalPlayer(int player);
const wchar_t* LocalName(int local_player);
bool CheckRegEx(const std::wstring& text, const std::wstring& exp, bool exact);
bool CheckRegEx(const std::wstring& text, const std::wstring& exp, bool exact = false);
bool HasFocus(EGUI_ELEMENT_TYPE type) const {
irr::gui::IGUIElement* focus = env->getFocus();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment