Fix compiling on Win32

This commit is contained in:
Ilari Liusvaara 2013-02-10 15:23:29 +02:00
parent 15f597939f
commit b9968d0bdd
2 changed files with 2 additions and 0 deletions

View file

@ -740,6 +740,7 @@ namespace
std::string command;
keybind_data() : information_dispatch("keybind-listener") {}
~keybind_data() throw() {}
void on_key_event(const modifier_set& modifiers, keygroup& keygroup, unsigned _subkey, bool polarity,
const std::string& name)

View file

@ -177,6 +177,7 @@ namespace
{
public:
keygrabber() : information_dispatch("sdl-key-grabber") { idmode = false; }
~keygrabber() throw() {}
void enter_id_mode()
{
keys = "";