summaryrefslogtreecommitdiffstats
path: root/rasodmg/collection.hh
diff options
context:
space:
mode:
Diffstat (limited to 'rasodmg/collection.hh')
-rw-r--r--rasodmg/collection.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rasodmg/collection.hh b/rasodmg/collection.hh
index 1d2d2d3..ffcb14d 100644
--- a/rasodmg/collection.hh
+++ b/rasodmg/collection.hh
@@ -142,7 +142,7 @@ class r_Collection : public r_Object
{
CNode* next;
T* elem;
- };
+ } CNode;
//@Man: Methods/Attributes for maintainance of removed objects
//@{