Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1880


Ignore:
Timestamp:
Oct 3, 2008, 3:00:13 PM (16 years ago)
Author:
rgrieder
Message:

removed gcc warning about initialisation order in InputState::InputState()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/input/InputState.h

    r1878 r1880  
    9090
    9191    protected:
    92         InputState() : priority_(0), bHandlersChanged_(false), executorOnEnter_(0), executorOnLeave_(0) { }
     92        InputState() : bHandlersChanged_(false), priority_(0), executorOnEnter_(0), executorOnLeave_(0) { }
    9393        virtual ~InputState() { }
    9494
Note: See TracChangeset for help on using the changeset viewer.