X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Frender%2Finstancearray.h;h=e6f8690c68cd5b2000d25f9bb7d770f063fcc1f4;hb=e70662d7812464159f2e47f4bebb69d88f89ae93;hp=d793ce2ed229cd8159ac9fc2504c9c1d0472a854;hpb=28d12c73b197a16f7635badc01e42375728fde85;p=libs%2Fgl.git diff --git a/source/render/instancearray.h b/source/render/instancearray.h index d793ce2e..e6f8690c 100644 --- a/source/render/instancearray.h +++ b/source/render/instancearray.h @@ -2,6 +2,7 @@ #define MSP_GL_INSTANCEARRAY_H_ #include +#include #include "programdata.h" #include "renderable.h" #include "vertexarray.h" @@ -24,7 +25,7 @@ elements of the array corresponds to a row of the transform matrix. If the Mesh or Technique of the Object is changed during the lifetime of the InstanceArray, behaviour is undefined. */ -class InstanceArray: public Renderable +class InstanceArray: public Renderable, public NonCopyable { public: template