mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-09 03:18:57 +01:00
GCC build fix
This commit is contained in:
@@ -683,7 +683,7 @@ namespace WorldPackets
|
||||
uint16 MessageID = 0;
|
||||
uint32 SequenceIndex = 0;
|
||||
Optional<float> Speed;
|
||||
Optional<SpeedRange> SpeedRange;
|
||||
Optional<MoveSetCompoundState::SpeedRange> SpeedRange;
|
||||
Optional<KnockBackInfo> KnockBack;
|
||||
Optional<int32> VehicleRecID;
|
||||
Optional<CollisionHeightInfo> CollisionHeight;
|
||||
|
||||
@@ -65,6 +65,8 @@ protected:
|
||||
std::vector<char*> _stringPool;
|
||||
char** _indexTable;
|
||||
uint32 _indexTableSize;
|
||||
|
||||
friend class UnitTestDataLoader;
|
||||
};
|
||||
|
||||
template<class T>
|
||||
@@ -82,8 +84,6 @@ public:
|
||||
|
||||
iterator begin() const { return iterator(reinterpret_cast<T const* const*>(_indexTable), _indexTableSize); }
|
||||
iterator end() const { return iterator(reinterpret_cast<T const* const*>(_indexTable), _indexTableSize, _indexTableSize); }
|
||||
|
||||
friend class UnitTestDataLoader;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user