Changed: Don't need to convert a std::string to a std::string

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent 5a779472f3
commit 40d8fdede0

@ -311,8 +311,7 @@ class CAHMilkoMenuDoResetInterface : public IActionHandler
virtual void execute (CCtrlBase * /* pCaller */, const string& Params) virtual void execute (CCtrlBase * /* pCaller */, const string& Params)
{ {
// get param // get param
string mode; string mode = getParam(Params, "mode");
fromString(getParam(Params, "mode"), mode);
// run procedure // run procedure
vector<string> v; vector<string> v;

Loading…
Cancel
Save