Changeset 1595 for code/branches/hud/src/core
- Timestamp:
- Jun 12, 2008, 10:42:15 PM (17 years ago)
- Location:
- code/branches/hud/src/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud/src/core/Executor.cc
r1505 r1595 30 30 #include "Executor.h" 31 31 #include "util/Math.h" 32 #include "util/Convert.h" 32 33 #include "Language.h" 33 34 … … 136 137 { 137 138 std::string paramnumber; 138 if (! Convert::ToString(¶mnumber, param))139 if (!convertValue(¶mnumber, param)) 139 140 return (*this); 140 141 -
code/branches/hud/src/core/TclThreadManager.h
r1535 r1595 45 45 namespace orxonox 46 46 { 47 class boost::thread;48 49 47 struct _CoreExport TclInterpreterBundle 50 48 {
Note: See TracChangeset
for help on using the changeset viewer.