diff --git a/interface/src/Application.h b/interface/src/Application.h index 9676c821be..c7f83ad28f 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -702,8 +702,8 @@ private: bool _saveAvatarOverrideUrl { false }; QObject* _renderEventHandler{ nullptr }; - LaserPointerManager _laserPointerManager; RayPickManager _rayPickManager; + LaserPointerManager _laserPointerManager; friend class RenderEventHandler; };