From 9a4946c75c500804b9191135cee0a253028d2341 Mon Sep 17 00:00:00 2001 From: marc Date: Tue, 29 Feb 2000 05:14:40 +0000 Subject: [PATCH] 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 --- eo/src/eoException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/eoException.h b/eo/src/eoException.h index 2e3ae02a..96203594 100644 --- a/eo/src/eoException.h +++ b/eo/src/eoException.h @@ -32,7 +32,7 @@ #include "eoObject.h" -struct eoException +struct eoException { eoException() {} eoException(const eoObject& caller) : who_caught_it(caller.className()) {}