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:
marc 2000-02-29 05:14:40 +00:00
commit 9a4946c75c

View file

@ -32,7 +32,7 @@
#include "eoObject.h"
struct eoException
struct eoException
{
eoException() {}
eoException(const eoObject& caller) : who_caught_it(caller.className()) {}