diff --git a/src/mrw/auto.hxx b/src/mrw/auto.hxx index 2b5eaf7..3cc210a 100644 --- a/src/mrw/auto.hxx +++ b/src/mrw/auto.hxx @@ -82,7 +82,7 @@ namespace mrw { typedef mrw::AutoResource AutoBfd; template class Auto { public: - typedef mrw::AutoResource Free; + typedef mrw::AutoResource Free; }; @endcode @param RESOURCE_TYPE type of the resource to manage @@ -436,7 +436,7 @@ namespace mrw { */ template class Auto { public: - typedef mrw::AutoResource Free; + typedef mrw::AutoResource Free; private: /** @internal work around compiler warning: