Eliminate trivial differences between the reference examples

This commit is contained in:
Olly Betts 2014-11-05 10:43:42 +13:00
commit ac1f067ce9
18 changed files with 15 additions and 79 deletions

View file

@ -20,7 +20,3 @@ public:
Vector &operator[](int);
int size();
};

View file

@ -29,7 +29,7 @@ public:
VectorArray(int maxsize);
~VectorArray();
int size();
/* This wrapper provides an alternative to the [] operator */
%extend {
Vector &get(int index) {