Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMB
SMTK
Commits
e79cf220
Commit
e79cf220
authored
Dec 10, 2015
by
Robert Maynard
Browse files
Correct misnamed method (assignUniqueNameIfNotAlready).
parent
1f4c1215
Pipeline
#2055
passed with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
smtk/mesh/Collection.cxx
View file @
e79cf220
...
...
@@ -153,7 +153,7 @@ void Collection::name(const std::string& n)
}
//----------------------------------------------------------------------------
bool
Collection
::
assignUniqueName
()
bool
Collection
::
assignUniqueName
IfNotAlready
()
{
smtk
::
mesh
::
ManagerPtr
currentManager
=
this
->
m_internals
->
manager
();
if
(
currentManager
)
...
...
Robert Maynard
@robertmaynard
mentioned in commit
9032d2fb
·
Dec 10, 2015
mentioned in commit
9032d2fb
mentioned in commit 9032d2fb40ed817b2253601e786c5b0403ab1afe
Toggle commit list
Write
Preview
Supports
Markdown
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