From: mfranz Date: Mon, 5 Jun 2006 16:28:20 +0000 (+0000) Subject: whoops, sorry, I forgot to commit that. (Thanks, Fred, for fixing). X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4d9d907c05db28fb1c55ce4f8c4a2029e6400ee9;p=flightgear.git whoops, sorry, I forgot to commit that. (Thanks, Fred, for fixing). Belongs to the SGSubsystem interface functions. --- diff --git a/src/Input/input.hxx b/src/Input/input.hxx index 669858cb6..e57bbd776 100644 --- a/src/Input/input.hxx +++ b/src/Input/input.hxx @@ -197,6 +197,8 @@ public: virtual void init (); virtual void reinit (); virtual void postinit (); + virtual void bind (); + virtual void unbind (); virtual void update (double dt); virtual void suspend (); virtual void resume (); @@ -245,8 +247,6 @@ public: */ virtual void doMouseMotion (int x, int y); - void bind (); - void unbind (); private: // Constants