mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
refactor(Core): apply clang-tidy modernize-use-equals-default (#3834)
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Movement
|
||||
|
||||
FacingInfo(float o) : angle(o) {}
|
||||
FacingInfo(uint64 t) : target(t) {}
|
||||
FacingInfo() {}
|
||||
FacingInfo() = default;
|
||||
};
|
||||
|
||||
struct MoveSplineInitArgs
|
||||
|
||||
Reference in New Issue
Block a user