no ; at the end of the line
This commit is contained in:
parent
eb79ec2b6c
commit
03978e9ead
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ class eoPop: public std::vector<EOT>, public eoObject, public eoPersistent
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Empty Dtor */
|
/** Empty Dtor */
|
||||||
virtual ~eoPop() {};
|
virtual ~eoPop() {}
|
||||||
|
|
||||||
|
|
||||||
/// helper struct for getting a pointer
|
/// helper struct for getting a pointer
|
||||||
|
|
|
||||||
Reference in a new issue