diff options
Diffstat (limited to 'tracker-steamvr')
-rw-r--r-- | tracker-steamvr/steamvr.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tracker-steamvr/steamvr.cpp b/tracker-steamvr/steamvr.cpp index cafdc556..10d73462 100644 --- a/tracker-steamvr/steamvr.cpp +++ b/tracker-steamvr/steamvr.cpp @@ -178,9 +178,7 @@ steamvr::steamvr() : device_index(-1) { } -steamvr::~steamvr() -{ -} +steamvr::~steamvr() = default; module_status steamvr::start_tracker(QFrame*) { |