Fix specialization error.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-12-11 15:37:46 +01:00
parent 26fea2ac20
commit 0116ed8f4c
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include "__UniquePtrList.hpp" #include "__UniquePtrList.hpp"
namespace ArbUt { namespace ArbUt {
template <class T> using OwnedPtr<T> = T*; template <class T> using OwnedPtr = T*;
} }
#endif // ARBUTILS_MEMORY_HPP #endif // ARBUTILS_MEMORY_HPP