diff options
Diffstat (limited to '')
| -rw-r--r-- | src/arraylist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arraylist.h b/src/arraylist.h index 74992cf..0fda34a 100644 --- a/src/arraylist.h +++ b/src/arraylist.h | |||
| @@ -24,7 +24,7 @@ public: | |||
| 24 | /** | 24 | /** |
| 25 | * Destroy the ArrayList | 25 | * Destroy the ArrayList |
| 26 | */ | 26 | */ |
| 27 | ~ArrayList(); | 27 | virtual ~ArrayList(); |
| 28 | 28 | ||
| 29 | void *getAt( int nIndex ); | 29 | void *getAt( int nIndex ); |
| 30 | void append( void *pData ); | 30 | void append( void *pData ); |
