Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7343 in orxonox.OLD for trunk/src/lib/shell/shell_input.h


Ignore:
Timestamp:
Apr 19, 2006, 4:26:27 AM (19 years ago)
Author:
bensch
Message:

oroxnox/trunk: ShellInput and ShellCompletion more c++-like

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_input.h

    r7221 r7343  
    1212#include "text.h"
    1313#include "event_listener.h"
     14#include "shell_completion.h"
     15
    1416#include <list>
    1517
     
    5456 private:
    5557    // HANDLING TEXT INPUT
    56    ShellCompletion*                  completion;       //!< The Completion Interface.
     58   ShellCompletion                   completion;       //!< The Completion Interface.
    5759
    5860   std::string                       inputLine;        //!< the Char-Array of the Buffer
Note: See TracChangeset for help on using the changeset viewer.