Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 23, 2006, 2:36:57 PM (18 years ago)
Author:
bensch
Message:

removed dependency from ClassID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/new_resource_manager.cc

    r9791 r9792  
    113113  std::vector<Resources::Type*>::const_iterator it;
    114114  for (it = this->_resourceTypes.begin(); it != this->_resourceTypes.end(); ++it)
    115     PRINT(0)("ResourceType '%s'\n", (*it)->storedClassID().name().c_str());
     115    PRINT(0)("ResourceType '%s'\n", (*it)->storedClassName().c_str());
    116116
    117117  PRINT(0)("==================================RM==\n");
Note: See TracChangeset for help on using the changeset viewer.