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
149e6e4a
Commit
149e6e4a
authored
Sep 30, 2009
by
Alexander Wiebel
Browse files
[FIX] made it compile again on linux after fixes for MacOS
parent
27d61a57
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/OpenWalnut.cpp
src/OpenWalnut.cpp
+1
-0
src/graphicsEngine/WShader.cpp
src/graphicsEngine/WShader.cpp
+0
-2
src/kernel/WKernel.h
src/kernel/WKernel.h
+2
-1
No files found.
src/OpenWalnut.cpp
View file @
149e6e4a
...
...
@@ -29,6 +29,7 @@
#include "common/WLogger.h"
#include "gui/WGUI.h"
#include "gui/qt4/WMainApplication.h"
#include "kernel/WKernel.h"
...
...
src/graphicsEngine/WShader.cpp
View file @
149e6e4a
...
...
@@ -31,8 +31,6 @@
#include "boost/lexical_cast.hpp"
#include <boost/tokenizer.hpp>
#include "../kernel/WKernel.h"
#include "WShader.h"
WShader
::
WShader
()
...
...
src/kernel/WKernel.h
View file @
149e6e4a
...
...
@@ -33,9 +33,9 @@
#include "WModule.h"
#include "../graphicsEngine/WGraphicsEngine.h"
#include "../gui/qt4/WMainApplication.h"
#include "../dataHandler/WDataHandler.h"
#include "../common/WLogger.h"
#include "../gui/WGUI.h"
/**
* OpenWalnut kernel, managing modules and interaction between
...
...
@@ -51,6 +51,7 @@ public:
*
* \param argc number of arguments
* \param argv arguments
* \param gui pointer to the gui interface
*/
WKernel
(
int
argc
,
char
*
argv
[],
boost
::
shared_ptr
<
WGUI
>
gui
);
...
...
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