diff --git a/src/osg/CopyOp.cpp b/src/osg/CopyOp.cpp index b166b6b87..79e638eb3 100644 --- a/src/osg/CopyOp.cpp +++ b/src/osg/CopyOp.cpp @@ -36,7 +36,7 @@ COPY_OP( Drawable, DEEP_COPY_DRAWABLES ); COPY_OP( StateSet, DEEP_COPY_STATESETS ); COPY_OP( Texture, DEEP_COPY_TEXTURES ); COPY_OP( Image, DEEP_COPY_IMAGES ); -COPY_OP( Array, DEEP_COPY_DRAWABLES ); +COPY_OP( Array, DEEP_COPY_ARRAYS ); COPY_OP( PrimitiveSet, DEEP_COPY_PRIMITIVES ); COPY_OP( Shape, DEEP_COPY_SHAPES ); COPY_OP( Uniform, DEEP_COPY_UNIFORMS );