Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7872


Ignore:
Timestamp:
Feb 12, 2011, 7:40:56 PM (13 years ago)
Author:
rgrieder
Message:

Fixed msvc warning.

File:
1 edited

Legend:

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

    r7870 r7872  
    257257            graphicsManager_->upgradeToGraphics();
    258258        }
    259         catch (const InitialisationFailedException& e)
     259        catch (const InitialisationFailedException&)
    260260        {
    261261            // Exit the application if the Ogre config dialog was canceled
Note: See TracChangeset for help on using the changeset viewer.