summaryrefslogtreecommitdiffhomepage
path: root/tracker-tobii/tobii.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-tobii/tobii.cpp')
-rw-r--r--tracker-tobii/tobii.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-tobii/tobii.cpp b/tracker-tobii/tobii.cpp
index e25cf52a..8cf59335 100644
--- a/tracker-tobii/tobii.cpp
+++ b/tracker-tobii/tobii.cpp
@@ -64,7 +64,7 @@ module_status tobii_tracker::start_tracker(QFrame*)
return error("No stream engine compatible device(s) found.");
}
- tobii_error = tobii_device_create(api, url, TOBII_FIELD_OF_USE_INTERACTIVE, &device);
+ tobii_error = tobii_device_create(api, url, &device);
if (tobii_error != TOBII_ERROR_NO_ERROR)
{
tobii_api_destroy(api);