From 7b5dc0fe515f403d2f1ddb1eb9540d5532464382 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 4 Mar 2011 14:07:49 +0100 Subject: source: Make CNode typedef actually be a typedef This silences a g++ warning, probably without endangering an actual code change. --- rasodmg/collection.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 //@{ -- cgit