Merge pull request #2605 from nghiaho12/bug_fix_nullptr

fixed incorrect return type for bool ORBSet::erase(...)
This commit is contained in:
Lorenz Meier
2015-07-27 18:08:51 +02:00
+1 -1
View File
@@ -120,7 +120,7 @@ public:
}
}
return nullptr;
return false;
}
private: