diff -r c6a8651e6bbc -r bc9083a4a7fb selection.h --- a/selection.h Sat Mar 31 09:28:27 2007 +0000 +++ b/selection.h Mon Jul 30 09:47:09 2007 +0000 @@ -14,11 +14,11 @@ -enum SelectionType {Undefined,Branch,MapCenter,FloatImage}; class Selection { public: + enum Type {Undefined,Branch,MapCenter,FloatImage}; Selection (); ~Selection(); void copy(const Selection&); @@ -33,7 +33,7 @@ void unselect (); bool isEmpty(); uint count(); - SelectionType type(); + Type type(); LinkableMapObj * first(); // first in selection list LinkableMapObj * single(); // NULL, if multiple selected BranchObj* getBranch();