mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
feat(Core): enable C++17 (#2234)
Co-authored-by: Winfidonarleyan <dowlandtop@yandex.com>
This commit is contained in:
committed by
Kargatum
parent
cae91f1650
commit
3a43e8c415
@@ -639,7 +639,7 @@ public:
|
||||
|
||||
|
||||
// predicate function to select non main tank target
|
||||
class StoneGripTargetSelector : public std::unary_function<Unit*, bool>
|
||||
class StoneGripTargetSelector : public ACORE::unary_function<Unit*, bool>
|
||||
{
|
||||
public:
|
||||
StoneGripTargetSelector(Creature* me, Unit const* victim) : _me(me), _victim(victim) {}
|
||||
|
||||
Reference in New Issue
Block a user