Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 20, 2006, 2:33:37 PM (18 years ago)
Author:
bensch
Message:

orxonox/proxy: removed 'using namespace std;' everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/story_entities/game_world_data.cc

    r9354 r9357  
    6161
    6262
    63 using namespace std;
     63
    6464
    6565
     
    236236
    237237  Playable* playable;
    238   const list<BaseObject*>* playableList = ClassList::getList(CL_PLAYABLE);
     238  const std::list<BaseObject*>* playableList = ClassList::getList(CL_PLAYABLE);
    239239  if (playableList != NULL && !playableList->empty())
    240240  {
Note: See TracChangeset for help on using the changeset viewer.