Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 27, 2006, 9:31:43 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: first CompletionPlugin works almost :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_completion_plugin.cc

    r7407 r7409  
    3333  void CompletorDefault::addToCompleteList(std::vector<std::string>& completionList, const std::string& completionBegin) const
    3434  {
    35     PRINT(0)("%s", MultiType::MultiTypeToString(this->_value->getType()).c_str());
     35    PRINT(0)("Requires '%s'\n", MultiType::MultiTypeToString(this->_value->getType()).c_str());
    3636  }
    3737
Note: See TracChangeset for help on using the changeset viewer.