X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fremotecontrol.h;fp=cinelerra-5.1%2Fcinelerra%2Fremotecontrol.h;h=1a50d999d5108864ce53b85ed96d981514dd060b;hp=d2b96ed696b07fe13bf5fa4cf349f5f3a2a73b6b;hb=4c207ab325a8e8e6b79a9a18d4647273b5f59f93;hpb=3878a693e0ea8626268a95333a11954cf9c10930;ds=sidebyside diff --git a/cinelerra-5.1/cinelerra/remotecontrol.h b/cinelerra-5.1/cinelerra/remotecontrol.h index d2b96ed6..1a50d999 100644 --- a/cinelerra-5.1/cinelerra/remotecontrol.h +++ b/cinelerra-5.1/cinelerra/remotecontrol.h @@ -45,7 +45,7 @@ public: int color; void activate() { gui->set_active(this); } - virtual int remote_process_key(RemoteControl *remote_control, int key) { return -1; } + virtual int process_key(int key) { return -1; } RemoteHandler(RemoteGUI *gui, int color); virtual ~RemoteHandler();