Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 23, 2008, 7:31:40 PM (16 years ago)
Author:
rgrieder
Message:

It compiles now on tardis..

Location:
code/branches/gui/src/core/input
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/core/input/InputManager.cc

    r1642 r1645  
    8686        , stateCalibrator_(0)
    8787        , stateEmpty_(0)
     88        , bCalibrating_(false)
    8889        , keyboardModifiers_(0)
    89         , bCalibrating_(false)
    9090    {
    9191        RegisterRootObject(InputManager);
  • code/branches/gui/src/core/input/InputManager.h

    r1642 r1645  
    8585    {
    8686        // --> setConfigValues is private
    87         friend ClassIdentifier<InputManager>;
     87        friend class ClassIdentifier<InputManager>;
    8888        // let Core class use tick(.)
    89         friend Core;
     89        friend class Core;
    9090
    9191    public:
Note: See TracChangeset for help on using the changeset viewer.