Skip to content
Snippets Groups Projects
Commit 6864d1c6 authored by Martin Bauer's avatar Martin Bauer
Browse files

Fix in GUI (pass by ref transformation broke function)

parent 39ce9764
No related merge requests found
......@@ -158,7 +158,7 @@ DisplayAdaptor * GUI::findDisplayAdaptorForBlockID ( ConstBlockDataID bdId ) con
}
void GUI::registerPropertyTree( const shared_ptr<PropertyTree> propertyTree ) {
void GUI::registerPropertyTree( const shared_ptr<PropertyTree>& propertyTree ) {
pImpl->propertyTrees_.push_back( propertyTree );
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment