diff -u ll/aeolus-0.3.1/mainwin.h ./mainwin.h --- 3.1/mainwin.h 2004-11-12 15:39:36.000000000 +0100 +++ a/mainwin.h 2006-04-06 14:50:19.645121734 +0200 @@ -38,7 +38,7 @@ { public: - Stopdata::Stopdata (void); + Stopdata (void); void set_stopname (void); char _text [16]; @@ -55,7 +55,7 @@ { public: - Division::Division (void); + Division (void); char _name [16]; int _ncnt; diff -u ll/aeolus-0.3.1/prbsgen.h ./prbsgen.h --- s-0.3.1/prbsgen.h 2004-08-21 12:34:25.000000000 +0200 +++ a/prbsgen.h 2006-04-06 14:53:56.826466905 +0200 @@ -123,8 +123,8 @@ void sync_forw (U32 bits); void sync_back (U32 bits); int step (void); - void Prbsgen::crc_in (int b); - int Prbsgen::crc_out (void); + void crc_in (int b); + int crc_out (void); U32 stat (void) const; U32 poly (void) const;