avoid overloaded casting pun tripping compiler
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindowgui.C
index 76efb7efeb81e0897ec85a0ec8503bfcd1ea33a9..91bc6b8d61eb2ccb650ef60134a72365620363a2 100644 (file)
@@ -1400,10 +1400,10 @@ int MWindowGUI::keypress_event()
 
 int MWindowGUI::keyboard_listener(BC_WindowBase *wp)
 {
-       return keyboard_listener(wp->get_keypress());
+       return key_listener(wp->get_keypress());
 }
 
-int MWindowGUI::keyboard_listener(int key)
+int MWindowGUI::key_listener(int key)
 {
        int result = 1;
        switch( key ) {