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 */
|
||||
virtual ~eoPop() {};
|
||||
virtual ~eoPop() {}
|
||||
|
||||
|
||||
/// helper struct for getting a pointer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue