From ead05c4d992481693daa49957bc83abd8eab214e Mon Sep 17 00:00:00 2001 From: Andrzej Kapolka Date: Wed, 9 Apr 2014 15:22:53 -0700 Subject: [PATCH] Tab fixes. --- interface/src/Application.cpp | 2 +- interface/src/Application.h | 2 +- interface/src/devices/Faceplus.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 6e05167d6f..0d0ec96ce5 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1570,7 +1570,7 @@ void Application::init() { // initialize our face trackers after loading the menu settings _faceshift.init(); _faceplus.init(); - _visage.init(); + _visage.init(); // fire off an immediate domain-server check in now that settings are loaded NodeList::getInstance()->sendDomainServerCheckIn(); diff --git a/interface/src/Application.h b/interface/src/Application.h index d76bd38c5f..c6b38b1644 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -174,7 +174,7 @@ public: bool isMouseHidden() const { return _mouseHidden; } const glm::vec3& getMouseRayOrigin() const { return _mouseRayOrigin; } const glm::vec3& getMouseRayDirection() const { return _mouseRayDirection; } - Faceplus* getFaceplus() { return &_faceplus; } + Faceplus* getFaceplus() { return &_faceplus; } Faceshift* getFaceshift() { return &_faceshift; } Visage* getVisage() { return &_visage; } FaceTracker* getActiveFaceTracker(); diff --git a/interface/src/devices/Faceplus.h b/interface/src/devices/Faceplus.h index f90c3449bf..6cfdac2640 100644 --- a/interface/src/devices/Faceplus.h +++ b/interface/src/devices/Faceplus.h @@ -55,7 +55,7 @@ class FaceplusReader : public QObject { public: - virtual ~FaceplusReader(); + virtual ~FaceplusReader(); Q_INVOKABLE void init(); Q_INVOKABLE void shutdown();