Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8410


Ignore:
Timestamp:
May 6, 2011, 4:39:20 AM (13 years ago)
Author:
rgrieder
Message:

CEGUI seems to throw C strings. We need to catch them as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/util/Exception.cc

    r8351 r8410  
    105105            return ex.what();
    106106        }
     107        catch (const char* ex)
     108        {
     109            return ex;
     110        }
    107111        catch (...)
    108112        {
Note: See TracChangeset for help on using the changeset viewer.