X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FAreaRegistry.ih;h=709b51ce6461f61f7e0ab324081458b3c43564db;hb=10985d71f77b627bc4da543d7114feb7c4529329;hp=a3b6124564b75ac558f8dae7a869b5f167ff124b;hpb=408efb5a03252b4a278f69ab9bc588af438c55de;p=senf.git diff --git a/Utils/Logger/AreaRegistry.ih b/Utils/Logger/AreaRegistry.ih index a3b6124..709b51c 100644 --- a/Utils/Logger/AreaRegistry.ih +++ b/Utils/Logger/AreaRegistry.ih @@ -47,7 +47,7 @@ namespace detail { /** \brief Internal: Area base class */ struct AreaBase { - virtual ~AreaBase() {}; + virtual ~AreaBase(); std::string fullName() const; virtual std::string v_name() const;