Skip to content
Snippets Groups Projects
Commit ee536869 authored by Peter Kaiser's avatar Peter Kaiser
Browse files

RobotUnit: Fixed compilation

parent 2beb20cd
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ namespace armarx
}
bool owning() const
{
return storage_;
return storage_ != nullptr;
}
std::size_t getRemainingStorageCapacity() const
{
......
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