Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Weik
waLBerla
Commits
96f33710
Commit
96f33710
authored
Oct 25, 2018
by
Michael Kuron
Browse files
Fix #69
parent
5f96473c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gui/Gui.cpp
View file @
96f33710
...
...
@@ -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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment