[Orxonox-commit 2218] r6934 - code/branches/presentation3/src/orxonox

cdaniel at orxonox.net cdaniel at orxonox.net
Thu May 20 14:45:03 CEST 2010


Author: cdaniel
Date: 2010-05-20 14:45:03 +0200 (Thu, 20 May 2010)
New Revision: 6934

Modified:
   code/branches/presentation3/src/orxonox/ChatInputHandler.cc
Log:
Fixed Include file destination (For Visual Studio under Windows)

Modified: code/branches/presentation3/src/orxonox/ChatInputHandler.cc
===================================================================
--- code/branches/presentation3/src/orxonox/ChatInputHandler.cc	2010-05-20 12:40:53 UTC (rev 6933)
+++ code/branches/presentation3/src/orxonox/ChatInputHandler.cc	2010-05-20 12:45:03 UTC (rev 6934)
@@ -33,9 +33,9 @@
 #include "core/GUIManager.h"
 #include "core/CorePrereqs.h"
 #include <CEGUIWindow.h>
-#include <CEGUI/elements/CEGUIListbox.h>
-#include <CEGUI/elements/CEGUIListboxItem.h>
-#include <CEGUI/elements/CEGUIListboxTextItem.h>
+#include <elements/CEGUIListbox.h>
+#include <elements/CEGUIListboxItem.h>
+#include <elements/CEGUIListboxTextItem.h>
 #include <CEGUIWindowManager.h>
 #include <string>
 




More information about the Orxonox-commit mailing list