Skip to content

Commit

Permalink
refactor: removing final keyword from Wrapper.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarDuran committed Nov 27, 2024
1 parent 084ddcd commit 3460daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreComponents/dataRepository/Wrapper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace dataRepository
* @tparam T is any type that is to be wrapped by Wrapper
*/
template< typename T >
class Wrapper final : public WrapperBase
class Wrapper : public WrapperBase
{
public:

Expand Down

0 comments on commit 3460daf

Please sign in to comment.