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
f02b16e8
Commit
f02b16e8
authored
Apr 27, 2012
by
Sebastian Eichelbaum
Browse files
[STYLE]
parent
dde5cf97
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
src/core/common/test/WStructuredTextParser_test.h
src/core/common/test/WStructuredTextParser_test.h
+1
-1
src/core/kernel/WModuleMetaInformation.cpp
src/core/kernel/WModuleMetaInformation.cpp
+1
-0
src/core/kernel/WModuleMetaInformation.h
src/core/kernel/WModuleMetaInformation.h
+1
-0
No files found.
src/core/common/test/WStructuredTextParser_test.h
View file @
f02b16e8
...
...
@@ -194,7 +194,7 @@ public:
// get this object ("level0")
StructuredValueTree
level0
;
TS_ASSERT_THROWS_NOTHING
(
level0
=
*
(
t
.
getSubTrees
(
"level0"
).
begin
()
)
);
TS_ASSERT_THROWS_NOTHING
(
level0
=
*
(
t
.
getSubTrees
(
"level0"
).
begin
()
)
);
TS_ASSERT
(
level0
.
count
(
"uniquekv"
,
true
)
==
1
);
std
::
vector
<
StructuredValueTree
>
v
=
level0
.
getSubTrees
(
"notuniquelevel1"
);
...
...
src/core/kernel/WModuleMetaInformation.cpp
View file @
f02b16e8
...
...
@@ -24,6 +24,7 @@
#include <algorithm>
#include <string>
#include <vector>
#include "../common/WException.h"
#include "../common/WLogger.h"
...
...
src/core/kernel/WModuleMetaInformation.h
View file @
f02b16e8
...
...
@@ -26,6 +26,7 @@
#define WMODULEMETAINFORMATION_H
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/filesystem/path.hpp>
...
...
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