December 2014 files
This commit is contained in:
@@ -23,7 +23,7 @@ bool UIControl_Progress::setupControl(UIScene *scene, IggyValuePath *parent, con
|
||||
return success;
|
||||
}
|
||||
|
||||
void UIControl_Progress::init(const wstring &label, int id, int min, int max, int current)
|
||||
void UIControl_Progress::init(UIString label, int id, int min, int max, int current)
|
||||
{
|
||||
m_label = label;
|
||||
m_id = id;
|
||||
|
||||
Reference in New Issue
Block a user