mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 00:06:11 +00:00
refactor(Core): apply clang-tidy modernize-use-equals-default (#3834)
This commit is contained in:
@@ -95,8 +95,8 @@ typedef std::map<int8, VehicleSeat> SeatMap;
|
||||
class TransportBase
|
||||
{
|
||||
protected:
|
||||
TransportBase() { }
|
||||
virtual ~TransportBase() { }
|
||||
TransportBase() = default;
|
||||
virtual ~TransportBase() = default;
|
||||
|
||||
public:
|
||||
/// This method transforms supplied transport offsets into global coordinates
|
||||
|
||||
Reference in New Issue
Block a user