Skip to content
Snippets Groups Projects
Commit 59afc0df authored by vahrenkamp's avatar vahrenkamp
Browse files

linux fix

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@388 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 6982172e
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ void ReachabilityMapWindow::buildGraspVisu()
if (UI.radioButtonOneGrasp->isChecked())
{
QString qs(UI.comboBoxGrasp->currentText());
std::string s = qs.toAscii();
std::string s(qs.toAscii());
GraspPtr g = gs->getGrasp(s);
if (!g)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment