Switch to side-by-side view
--- a/src/qtgui/rtitool.cpp +++ b/src/qtgui/rtitool.cpp @@ -125,7 +125,7 @@ if (nowCB->isChecked()) { ExecCmd cmd; - list<string> args; + vector<string> args; int status; args.push_back("-m");
--- a/src/qtgui/rtitool.cpp +++ b/src/qtgui/rtitool.cpp @@ -125,7 +125,7 @@ if (nowCB->isChecked()) { ExecCmd cmd; - list<string> args; + vector<string> args; int status; args.push_back("-m");