mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
fixing template syntax for linux, hope we can move to c++11 soon:)
This commit is contained in:
parent
f634b1c5cb
commit
30615f09c5
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue