Skip to content

Commit

Permalink
Fix declaration of MDD_spaceMouseGetData (again)
Browse files Browse the repository at this point in the history
Fixes #305.
  • Loading branch information
bernhard-thiele committed Feb 26, 2020
1 parent ab424f6 commit efb38a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica_DeviceDrivers/Resources/Include/MDDSpaceMouse.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @param[out] pdAxes array with 6 elements (value range [-1 1])
* @param[out] piButtons array with 16 elements
*/
DllExport void MDD_spaceMouseGetData(double * pdAxes, int * piButtons);
EXTERN void MDD_spaceMouseGetData(double * pdAxes, int * piButtons);

#endif /* !defined(ITI_COMP_SIM) */

Expand Down

0 comments on commit efb38a4

Please sign in to comment.