From ee02a0bff4ceda83644d3dc4026b7347178ddef0 Mon Sep 17 00:00:00 2001 From: SamGondelman Date: Mon, 24 Jul 2017 12:44:54 -0700 Subject: [PATCH] fix build error --- interface/src/raypick/LaserPointer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/raypick/LaserPointer.h b/interface/src/raypick/LaserPointer.h index 909e61e00c..359295fd6a 100644 --- a/interface/src/raypick/LaserPointer.h +++ b/interface/src/raypick/LaserPointer.h @@ -49,7 +49,7 @@ private: class LaserPointer { public: - LaserPointer::LaserPointer(const QVariantMap& rayProps, const QHash& renderStates, const bool faceAvatar, const bool centerEndY, + LaserPointer(const QVariantMap& rayProps, const QHash& renderStates, const bool faceAvatar, const bool centerEndY, const bool lockEnd, const bool enabled); ~LaserPointer();