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
2fb7ccec
Commit
2fb7ccec
authored
Nov 16, 2009
by
schurade
Browse files
[FIX] missing W
parent
49ffd715
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/common/WProperties.cpp
src/common/WProperties.cpp
+1
-1
No files found.
src/common/WProperties.cpp
View file @
2fb7ccec
...
...
@@ -85,7 +85,7 @@ boost::signals2::signal1< void, std::string >* WProperties::addDouble( std::stri
boost
::
signals2
::
signal1
<
void
,
std
::
string
>*
Properties
::
addString
(
std
::
string
name
,
std
::
string
value
,
std
::
string
shortDesc
,
std
::
string
longDesc
)
W
Properties
::
addString
(
std
::
string
name
,
std
::
string
value
,
std
::
string
shortDesc
,
std
::
string
longDesc
)
{
WProperty
*
prop
=
new
WProperty
(
name
,
value
,
shortDesc
,
longDesc
);
m_propertyList
[
name
]
=
prop
;
...
...
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