Skip to content
Snippets Groups Projects
Commit 27dd7ff3 authored by Fabian Reister's avatar Fabian Reister
Browse files

Update ScopedClient.cpp

parent ff6abd95
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ namespace armarx::viz
return Client::layer(name);
}
virtual ScopedClient::~ScopedClient()
ScopedClient::~ScopedClient()
{
for (const auto& layer : layers)
{
......@@ -42,4 +42,4 @@ namespace armarx::viz
}
}
} // namespace armarx::viz
\ No newline at end of file
} // namespace armarx::viz
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