Changed order of typedefs

This commit is contained in:
Jan Möbius
2015-10-27 14:07:51 +01:00
parent bb740e72ff
commit fa57b1de63

View File

@@ -642,8 +642,8 @@ public:
class AutoStatusSetT : public StatusSetT<HandleT> class AutoStatusSetT : public StatusSetT<HandleT>
{ {
private: private:
typedef StatusSetT<Handle> Base;
typedef HandleT Handle; typedef HandleT Handle;
typedef StatusSetT<Handle> Base;
public: public:
AutoStatusSetT(ArrayKernel& _kernel) AutoStatusSetT(ArrayKernel& _kernel)