diff options
Diffstat (limited to 'proto-ft/ftnoir_protocol_ft.cpp')
-rw-r--r-- | proto-ft/ftnoir_protocol_ft.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-ft/ftnoir_protocol_ft.cpp b/proto-ft/ftnoir_protocol_ft.cpp index 7f710621..c7501262 100644 --- a/proto-ft/ftnoir_protocol_ft.cpp +++ b/proto-ft/ftnoir_protocol_ft.cpp @@ -112,7 +112,7 @@ void freetrack::pose(const double* headpose, const double* raw) t.ints[0] = 0; t.ints[1] = 0; - (void)CSV::getGameData(id, t.table, gamename); + (void)getGameData(id, t.table, gamename); { // FTHeap pMemData happens to be aligned on a page boundary by virtue of |