summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-04 14:07:49 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:55:23 +0100
commit7b5dc0fe515f403d2f1ddb1eb9540d5532464382 (patch)
tree11ab4301a481881996bef01fea4bc42ea466b46c
parent279b4548c2471ce3111c9f51b48ab60f77fcaf0b (diff)
downloadrasdaman-upstream-7b5dc0fe515f403d2f1ddb1eb9540d5532464382.tar.gz
rasdaman-upstream-7b5dc0fe515f403d2f1ddb1eb9540d5532464382.tar.xz
rasdaman-upstream-7b5dc0fe515f403d2f1ddb1eb9540d5532464382.zip
source: Make CNode typedef actually be a typedef
This silences a g++ warning, probably without endangering an actual code change.
-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
//@{