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()) {}