Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8144 in orxonox.OLD for branches/gui/src/lib/shell/shell_buffer.cc


Ignore:
Timestamp:
Jun 4, 2006, 7:55:55 PM (19 years ago)
Author:
bensch
Message:

gui: better debugging system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/shell/shell_buffer.cc

    r8123 r8144  
    6464   * @param line the Line as in the first argument in printf
    6565   */
    66   bool ShellBuffer::addBufferLineStatic(const char* line, ...)
     66  void ShellBuffer::addBufferLineStatic(const char* line, ...)
    6767  {
    6868    static OrxThread::Mutex ShellBuffer__bufferMutex;
     
    8585#endif
    8686      ShellBuffer::singletonRef->addBufferLine(ShellBuffer::bufferArray);
    87     return true;
    8887  }
    8988
Note: See TracChangeset for help on using the changeset viewer.