mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-23 04:04:36 +00:00
refactor(Core): apply clang-tidy modernize-pass-by-value (#3823)
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
int nTriangles; // number when loaded
|
||||
uint32 liquflags;
|
||||
|
||||
WMOGroup(std::string const& filename);
|
||||
WMOGroup(std::string filename);
|
||||
~WMOGroup();
|
||||
|
||||
bool open();
|
||||
|
||||
Reference in New Issue
Block a user