mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
refactor(Core): apply clang-tidy modernize-use-equals-default (#3834)
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
/** destructor to clean up its resources. This includes unloading the
|
||||
grid if it has not been unload.
|
||||
*/
|
||||
~Grid() {}
|
||||
~Grid() = default;
|
||||
|
||||
/** an object of interested enters the grid
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user