diff options
Diffstat (limited to 'ftnoir_protocol_fg/ftnoir_protocol_fg.h')
| -rw-r--r-- | ftnoir_protocol_fg/ftnoir_protocol_fg.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ftnoir_protocol_fg/ftnoir_protocol_fg.h b/ftnoir_protocol_fg/ftnoir_protocol_fg.h index f399904b..43d1b05a 100644 --- a/ftnoir_protocol_fg/ftnoir_protocol_fg.h +++ b/ftnoir_protocol_fg/ftnoir_protocol_fg.h @@ -46,7 +46,7 @@ public:  	FTNoIR_Protocol();  	~FTNoIR_Protocol();      bool checkServerInstallationOK(); -    void sendHeadposeToGame( double *headpose, double *rawheadpose ); +    void sendHeadposeToGame(const double *headpose);      QString getGameName() {          return "FlightGear";      } | 
