diff --git a/module/Library/Discord/Utilities.hpp b/module/Library/Discord/Utilities.hpp index bf5b201b..a9641bbb 100644 --- a/module/Library/Discord/Utilities.hpp +++ b/module/Library/Discord/Utilities.hpp @@ -483,7 +483,6 @@ template < class T, class W, class U > inline void Register_Discord_VectorProxy( * Wrapper around a std::unordered_map of DPP values. */ template < class K, class V, class W > struct DpUnorderedMapProxy -{ { using Native = std::unordered_map< K, V >; using Binder = std::pair< LightObj, W * >; @@ -505,7 +504,7 @@ template < class K, class V, class W > struct DpUnorderedMapProxy * Default constructor. */ DpUnorderedMapProxy() noexcept = default; -} +}; /* ------------------------------------------------------------------------------------------------ * Register a wrapper unordered map for the specified types.