Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
0debd96f
Commit
0debd96f
authored
Aug 12, 2010
by
Alexander Wiebel
Browse files
[STYLE] fixed capitalization of property names
parent
48a1b13f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/modules/meshReader/WMMeshReader.cpp
src/modules/meshReader/WMMeshReader.cpp
+2
-2
No files found.
src/modules/meshReader/WMMeshReader.cpp
View file @
0debd96f
...
...
@@ -85,8 +85,8 @@ void WMMeshReader::properties()
// Put the code for your properties here. See "src/modules/template/" for an extensively documented example.
m_propCondition
=
boost
::
shared_ptr
<
WCondition
>
(
new
WCondition
()
);
m_meshFile
=
m_properties
->
addProperty
(
"Mesh
F
ile"
,
""
,
WPathHelper
::
getAppPath
()
);
m_readTriggerProp
=
m_properties
->
addProperty
(
"Do
R
ead"
,
"Press!"
,
m_meshFile
=
m_properties
->
addProperty
(
"Mesh
f
ile"
,
""
,
WPathHelper
::
getAppPath
()
);
m_readTriggerProp
=
m_properties
->
addProperty
(
"Do
r
ead"
,
"Press!"
,
WPVBaseTypes
::
PV_TRIGGER_READY
,
m_propCondition
);
}
...
...
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