Changeset 7174 for code/trunk/src/libraries/tools
- Timestamp:
- Aug 18, 2010, 12:08:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/tools/ResourceLocation.cc
r6417 r7174 98 98 this->getPath(), this->getResourceGroup()); 99 99 } 100 catch ( ...)100 catch (const Ogre::Exception& ex) 101 101 { 102 COUT(1) << "Removing of a ResourceLocation failed: " << Exception::handleMessage() << std::endl;102 COUT(1) << "Removing of a ResourceLocation failed: " << ex.what() << std::endl; 103 103 } 104 104 }
Note: See TracChangeset
for help on using the changeset viewer.