]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/mapq3/plugin.cpp
added string-pooling for shader variable names and entity keys
[xonotic/netradiant.git] / plugins / mapq3 / plugin.cpp
index 8fa75327829cc24669696daa334e5d2959a356f4..8e031edb1bcdf1525c69f59b07f9ebf45617d88e 100644 (file)
@@ -500,11 +500,11 @@ public:
   typedef Value* const_iterator;
   const_iterator begin() const
   {
-    return m_children.begin;
+    return m_children.first;
   }
   const_iterator end() const
   {
-    return m_children.end;
+    return m_children.last;
   }
 };