diff --git a/pmc/include/object.h b/pmc/include/object.h --- a/pmc/include/object.h +++ b/pmc/include/object.h @@ -15,7 +15,7 @@ public: virtual ~ Object () { - std::cout << "Freeing Object " << name << std::endl; - } + std::cout << "Freeing Object " << name << std::endl; + }; }; #endif