- more changes for sevana enabled builds

This commit is contained in:
2020-06-27 13:40:01 +03:00
parent 0f4cedb949
commit 7b78c3ce73
3 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ protected:
#if defined(USE_AQUA_LIBRARY)
// Keys are the same as used in mSessionMap
typedef std::map<int, std::shared_ptr<sevana::aqua> AquaMap;
typedef std::map<int, std::shared_ptr<sevana::aqua>> AquaMap;
AquaMap mAquaMap;
ByteBuffer mAquaIncoming, mAquaOutgoing;
#endif