Changeset 1662 for code/branches/gui/src/core/ConsoleCommand.cc
- Timestamp:
- Aug 19, 2008, 8:12:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/ConsoleCommand.cc
r1505 r1662 31 31 namespace orxonox 32 32 { 33 ConsoleCommand::ConsoleCommand(Functor Static* functor, const std::string& name) : ExecutorStatic(functor, name)33 ConsoleCommand::ConsoleCommand(Functor* functor, const std::string& name) : Executor(functor, name) 34 34 { 35 35 this->accessLevel_ = AccessLevel::None;
Note: See TracChangeset
for help on using the changeset viewer.