mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
This should fix linux build - please confirm.
--HG-- branch : trunk
This commit is contained in:
@@ -79,5 +79,5 @@ class QueryCallback
|
||||
/*! ACE_Future_Set to store a bunch of unique async queries with callbacks.
|
||||
(ie name queries)
|
||||
*/
|
||||
typedef ACE_Future_Set<QueryResult_AutoPtr> QueryResultFutureSet;
|
||||
typedef ACE_Future_Set<QueryResultFuture> QueryResultFutureSet;
|
||||
#endif
|
||||
Reference in New Issue
Block a user