From: <sv...@ww...> - 2005-06-08 00:49:59
|
Author: wolverine Date: 2005-06-07 17:49:50 -0700 (Tue, 07 Jun 2005) New Revision: 1560 Modified: trunk/CSP/CSPSim/Include/CockpitInterface.h Log: changes to compile on windows Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1560 Modified: trunk/CSP/CSPSim/Include/CockpitInterface.h =================================================================== --- trunk/CSP/CSPSim/Include/CockpitInterface.h 2005-06-07 07:08:25 UTC (rev 1559) +++ trunk/CSP/CSPSim/Include/CockpitInterface.h 2005-06-08 00:49:50 UTC (rev 1560) @@ -89,7 +89,7 @@ public: virtual void registerChannels(Bus *bus); - virtual void bindEvents(InputInterface *interface); + virtual void bindEvents(InputInterface *pInterface); virtual void addElement(CockpitElement *element); private: |