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
13800a44
Commit
13800a44
authored
Jun 02, 2010
by
ledig
Browse files
[FIX] compiles in win
parent
bd99f305
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/kernel/WModuleFactory.cpp
src/kernel/WModuleFactory.cpp
+1
-1
No files found.
src/kernel/WModuleFactory.cpp
View file @
13800a44
...
...
@@ -198,7 +198,7 @@ const boost::shared_ptr< WModule > WModuleFactory::isPrototypeAvailable( std::st
// find first and only prototype (ensured during load())
boost
::
shared_ptr
<
WModule
>
ret
=
boost
::
shared_ptr
<
WModule
>
();
for
(
std
::
set
<
boost
::
shared_ptr
<
WModule
>
>::
iterator
listIter
=
l
->
get
().
begin
();
listIter
!=
l
->
get
().
end
();
for
(
std
::
set
<
boost
::
shared_ptr
<
WModule
>
>::
const_
iterator
listIter
=
l
->
get
().
begin
();
listIter
!=
l
->
get
().
end
();
++
listIter
)
{
if
(
(
*
listIter
)
->
getName
()
==
name
)
...
...
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