aboutsummaryrefslogtreecommitdiff
path: root/src/linkedlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/linkedlist.h')
-rw-r--r--src/linkedlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linkedlist.h b/src/linkedlist.h
index c45cc9b..e430108 100644
--- a/src/linkedlist.h
+++ b/src/linkedlist.h
@@ -27,7 +27,7 @@ public:
27 /** 27 /**
28 * Delete all list data, but do not delete any of the contained elements. 28 * Delete all list data, but do not delete any of the contained elements.
29 */ 29 */
30 ~LinkedList(); 30 virtual ~LinkedList();
31 31
32 void *getAt( int nIndex ); 32 void *getAt( int nIndex );
33 void append( void *pData ); 33 void append( void *pData );