From 30615f09c5d9f3f530926eccf4e616c8bb45480d Mon Sep 17 00:00:00 2001 From: Sam Gateau Date: Wed, 12 Nov 2014 01:07:28 -0800 Subject: [PATCH] fixing template syntax for linux, hope we can move to c++11 soon:) --- interface/src/gpu/Batch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/gpu/Batch.h b/interface/src/gpu/Batch.h index cc838a8839..773b1ee6a4 100644 --- a/interface/src/gpu/Batch.h +++ b/interface/src/gpu/Batch.h @@ -51,7 +51,7 @@ enum Primitive { }; typedef ::Transform Transform; -typedef QSharedPointer<::gpu::Transform> TransformPointer; +typedef QSharedPointer< ::gpu::Transform > TransformPointer; typedef std::vector< TransformPointer > Transforms; class Batch {