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
9e31d9df
Commit
9e31d9df
authored
Aug 05, 2013
by
Sebastian Eichelbaum
Browse files
[STYLE]
parent
b84c1c68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/core/kernel/WModuleLoader.cpp
src/core/kernel/WModuleLoader.cpp
+3
-1
src/core/kernel/WModuleLoader.h
src/core/kernel/WModuleLoader.h
+0
-1
No files found.
src/core/kernel/WModuleLoader.cpp
View file @
9e31d9df
...
...
@@ -134,7 +134,9 @@ void WModuleLoader::load( WSharedAssociativeContainer< std::set< boost::shared_p
// store this temporarily. This is called later, after OW was completely initialized
// put together the right path and call function
m_arbitraryRegisterLibs
.
push_back
(
PostponedLoad
(
l
,
WPathHelper
::
getModuleResourcePath
(
i
->
path
().
parent_path
(),
libBaseName
)
)
);
m_arbitraryRegisterLibs
.
push_back
(
PostponedLoad
(
l
,
WPathHelper
::
getModuleResourcePath
(
i
->
path
().
parent_path
(),
libBaseName
)
)
);
}
// lib gets closed if l looses focus
...
...
src/core/kernel/WModuleLoader.h
View file @
9e31d9df
...
...
@@ -127,7 +127,6 @@ private:
* The libs which need to be initialized when OW is loaded completely.
*/
std
::
vector
<
PostponedLoad
>
m_arbitraryRegisterLibs
;
};
#endif // WMODULELOADER_H
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