Warning: this comment refers to the previous commit of eoException:
The command "cvs commit" does not seem to allow to enter comments ??? wherease the command "cvs ci" is OK. Here we go: - added the virtual destructors of all classes, to suppress g++ annoying warnings when using -Wall option
This commit is contained in:
parent
b109ef46b2
commit
9a4946c75c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include "eoObject.h"
|
||||
|
||||
struct eoException
|
||||
struct eoException
|
||||
{
|
||||
eoException() {}
|
||||
eoException(const eoObject& caller) : who_caught_it(caller.className()) {}
|
||||
|
|
|
|||
Reference in a new issue