Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 17, 2006, 1:32:25 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: more std::string style in the Shell

File:
1 edited

Legend:

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

    r7221 r7315  
    104104    Text**                      bufferText;             //!< A list of stored bufferTexts for the display of the buffer.
    105105    int                         bufferOffset;           //!< how many lines from the bottom up we display the Buffer.
    106     std::list<char*>::const_iterator  bufferIterator;         //!< used to move through and print the Buffer
     106    std::list<std::string>::const_iterator  bufferIterator;         //!< used to move through and print the Buffer
    107107};
    108108
Note: See TracChangeset for help on using the changeset viewer.