no ; at the end of the line
This commit is contained in:
parent
bb5b1965c7
commit
ee6d52ec81
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Reference in a new issue