aboutsummaryrefslogtreecommitdiff
path: root/src/ringlist.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ringlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ringlist.h b/src/ringlist.h
index 1a4d3a9..bc069f3 100644
--- a/src/ringlist.h
+++ b/src/ringlist.h
@@ -28,7 +28,7 @@ public:
28 /** 28 /**
29 * Clean up the data structures, but not the contained elements. 29 * Clean up the data structures, but not the contained elements.
30 */ 30 */
31 ~RingList(); 31 virtual ~RingList();
32 32
33 /** 33 /**
34 * Get an element at the specified index. 34 * Get an element at the specified index.