Skip to content

Commit 1b782bf

Browse files
authored
Fix Windows build
1 parent b5e6216 commit 1b782bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/classes/alloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#include "../common/StdHelper.h"
6363
#endif
6464

65-
#define FB_NEW new(*getDefaultMemoryPool())
65+
#define FB_NEW new(*::Firebird::getDefaultMemoryPool())
6666
#define FB_NEW_POOL(pool) new(pool)
6767
#define FB_NEW_RPT(pool, count) new(pool, count)
6868

0 commit comments

Comments
 (0)