Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9759


Ignore:
Timestamp:
Nov 10, 2013, 6:30:41 PM (10 years ago)
Author:
landauf
Message:

fixed warning (msvc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/GUIManager.cc

    r9675 r9759  
    350350            CEGUI::System::getSingleton().setXMLParser("XercesParser");
    351351        }
    352         catch (const CEGUI::GenericException& e)
     352        catch (const CEGUI::GenericException&)
    353353        {
    354354            // Fall back to default parser
Note: See TracChangeset for help on using the changeset viewer.