Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5780 in orxonox.OLD for trunk/src/lib/shell/shell_completion.h


Ignore:
Timestamp:
Nov 26, 2005, 3:47:51 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: no more segfault in the Shell

File:
1 edited

Legend:

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

    r5779 r5780  
    6060
    6161 private:
    62    std::list<ShellC_Element*>*  completionList;          //!< A list of completions, that are io.
     62   std::list<ShellC_Element  completionList;          //!< A list of completions, that are io.
    6363   ShellInput*                  input;                   //!< the input this completion works on.
    6464};
Note: See TracChangeset for help on using the changeset viewer.