no ; at the end of the line

This commit is contained in:
Johann Dreo 2010-08-30 22:42:42 +02:00
commit ee6d52ec81

View file

@ -67,7 +67,7 @@ public:
/** /**
* Virtual destructor is needed. * Virtual destructor is needed.
*/ */
virtual ~eoParam () {}; virtual ~eoParam () {}
/** /**
* Pure virtual function to get the value out. * Pure virtual function to get the value out.