@@ -49,7 +49,7 @@ GeomVertexArrayFormat() :
4949// Description:
5050// //////////////////////////////////////////////////////////////////
5151GeomVertexArrayFormat::
52- GeomVertexArrayFormat (const InternalName *name0, int num_components0,
52+ GeomVertexArrayFormat (InternalName *name0, int num_components0,
5353 GeomVertexArrayFormat::NumericType numeric_type0,
5454 GeomVertexArrayFormat::Contents contents0) :
5555 _is_registered(false ),
@@ -67,10 +67,10 @@ GeomVertexArrayFormat(const InternalName *name0, int num_components0,
6767// Description:
6868// //////////////////////////////////////////////////////////////////
6969GeomVertexArrayFormat::
70- GeomVertexArrayFormat (const InternalName *name0, int num_components0,
70+ GeomVertexArrayFormat (InternalName *name0, int num_components0,
7171 GeomVertexArrayFormat::NumericType numeric_type0,
7272 GeomVertexArrayFormat::Contents contents0,
73- const InternalName *name1, int num_components1,
73+ InternalName *name1, int num_components1,
7474 GeomVertexArrayFormat::NumericType numeric_type1,
7575 GeomVertexArrayFormat::Contents contents1) :
7676 _is_registered(false ),
@@ -89,13 +89,13 @@ GeomVertexArrayFormat(const InternalName *name0, int num_components0,
8989// Description:
9090// //////////////////////////////////////////////////////////////////
9191GeomVertexArrayFormat::
92- GeomVertexArrayFormat (const InternalName *name0, int num_components0,
92+ GeomVertexArrayFormat (InternalName *name0, int num_components0,
9393 GeomVertexArrayFormat::NumericType numeric_type0,
9494 GeomVertexArrayFormat::Contents contents0,
95- const InternalName *name1, int num_components1,
95+ InternalName *name1, int num_components1,
9696 GeomVertexArrayFormat::NumericType numeric_type1,
9797 GeomVertexArrayFormat::Contents contents1,
98- const InternalName *name2, int num_components2,
98+ InternalName *name2, int num_components2,
9999 GeomVertexArrayFormat::NumericType numeric_type2,
100100 GeomVertexArrayFormat::Contents contents2) :
101101 _is_registered(false ),
@@ -115,16 +115,16 @@ GeomVertexArrayFormat(const InternalName *name0, int num_components0,
115115// Description:
116116// //////////////////////////////////////////////////////////////////
117117GeomVertexArrayFormat::
118- GeomVertexArrayFormat (const InternalName *name0, int num_components0,
118+ GeomVertexArrayFormat (InternalName *name0, int num_components0,
119119 GeomVertexArrayFormat::NumericType numeric_type0,
120120 GeomVertexArrayFormat::Contents contents0,
121- const InternalName *name1, int num_components1,
121+ InternalName *name1, int num_components1,
122122 GeomVertexArrayFormat::NumericType numeric_type1,
123123 GeomVertexArrayFormat::Contents contents1,
124- const InternalName *name2, int num_components2,
124+ InternalName *name2, int num_components2,
125125 GeomVertexArrayFormat::NumericType numeric_type2,
126126 GeomVertexArrayFormat::Contents contents2,
127- const InternalName *name3, int num_components3,
127+ InternalName *name3, int num_components3,
128128 GeomVertexArrayFormat::NumericType numeric_type3,
129129 GeomVertexArrayFormat::Contents contents3) :
130130 _is_registered(false ),
@@ -208,7 +208,7 @@ GeomVertexArrayFormat::
208208// type.
209209// //////////////////////////////////////////////////////////////////
210210int GeomVertexArrayFormat::
211- add_column (const InternalName *name, int num_components,
211+ add_column (InternalName *name, int num_components,
212212 GeomVertexArrayFormat::NumericType numeric_type,
213213 GeomVertexArrayFormat::Contents contents, int start) {
214214 if (start < 0 ) {
0 commit comments