Fixes destructor missing.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
94ca0327ef
commit
e8f4ab27b5
|
@ -37,6 +37,8 @@ namespace ArbUt {
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
~Dictionary() noexcept { delete _map; }
|
||||||
|
|
||||||
/// @brief Removes all items from the dictionary.
|
/// @brief Removes all items from the dictionary.
|
||||||
inline void Clear() noexcept { _map->clear(); }
|
inline void Clear() noexcept { _map->clear(); }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue