Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 21, 2011, 4:35:28 AM (13 years ago)
Author:
rgrieder
Message:

Dropping support for CEGUI v0.5 as v0.6 has been available for three years now.

File:
1 edited

Legend:

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

    r7401 r7947  
    101101        catch (const CEGUI::Exception& ex)
    102102        {
    103 #if CEGUI_VERSION_MAJOR == 0 && CEGUI_VERSION_MINOR < 6
    104             return GeneralException(ex.getMessage().c_str()).getDescription();
    105 #else
    106103            return GeneralException(ex.getMessage().c_str(), ex.getLine(),
    107104                ex.getFileName().c_str(), ex.getName().c_str()).getDescription();
    108 #endif
    109105        }
    110106        catch (...)
Note: See TracChangeset for help on using the changeset viewer.