Commit in gdml2/CPPGDML/Common/Schema/Schema on MAIN
defineType.h+1-11.1.1.1 -> 1.2


gdml2/CPPGDML/Common/Schema/Schema
defineType.h 1.1.1.1 -> 1.2
diff -u -r1.1.1.1 -r1.2
--- defineType.h	13 Jul 2010 15:18:49 -0000	1.1.1.1
+++ defineType.h	26 Jul 2010 20:27:56 -0000	1.2
@@ -52,7 +52,7 @@
     return ret;
   }
 
-  const unsigned int size() const {
+  unsigned int size() const {
     unsigned int ret = 0;
     if( m_choices != 0 ) {
       ret = m_choices->size();
CVSspam 0.2.8