David Rose 17 лет назад
Родитель
Сommit
cb3ff73396
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      panda/src/express/pointerToArray.h

+ 1 - 0
panda/src/express/pointerToArray.h

@@ -106,6 +106,7 @@ public:
 PUBLISHED:
   typedef TYPENAME pvector<Element>::size_type size_type;
   INLINE PointerToArray(TypeHandle type_handle = get_type_handle(Element));
+  INLINE static PointerToArray<Element> empty_array(size_type n, TypeHandle type_handle = get_type_handle(Element));
   INLINE PointerToArray(const PointerToArray<Element> &copy);
   INLINE size_type size() const;
   INLINE const Element &get_element(size_type n) const;