Add the missing public: thanks, Fariborz

llvm-svn: 72528
This commit is contained in:
Douglas Gregor 2009-05-28 16:41:44 +00:00
parent 044a702f2f
commit 019d3750cb
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
template<typename T>
class dynarray {
public:
dynarray() { Start = Last = End = 0; }
dynarray(const dynarray &other) {