mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-04 05:15:51 -04:00
Minor fixes including removing <> from make_pair usage and using explicit conversions where required by the explicit constructor flags
Now builds/runs using c++11
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
uint32 sequenceId,
|
||||
bool clearable,
|
||||
Command::Priority,
|
||||
bool auto );
|
||||
bool autoAttack );
|
||||
|
||||
CommandQueueEntry(CommandQueueEntry const &entry);
|
||||
CommandQueueEntry& operator=(CommandQueueEntry const &);
|
||||
|
||||
Reference in New Issue
Block a user