X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fsystemkeyboardinput.h;fp=source%2Fsystemkeyboardinput.h;h=9e4b3625701f824a19285c945fc0b7463389d99f;hp=999c7ce7363439f8465d1669cf0c176125ff3fa7;hb=9f38197854e699a6093a906ab43f4238f3cd2388;hpb=b4a3d651f57c46507aaa99a71a14fea15f0e430d diff --git a/source/systemkeyboardinput.h b/source/systemkeyboardinput.h index 999c7ce..9e4b362 100644 --- a/source/systemkeyboardinput.h +++ b/source/systemkeyboardinput.h @@ -12,7 +12,7 @@ class MSPGLTK_API SystemKeyboardInput: public InputMethod, public sigc::trackabl { private: Input::Keyboard &keyboard; - unsigned modifier_state; + unsigned modifier_state = 0; public: SystemKeyboardInput(Root &, Input::Keyboard &);