|
From: Alexander P. <ale...@us...> - 2008-07-04 10:35:37
|
Build Version : T2.5.0.20554 Firebird 2.5 Alpha 1 (writeBuildNum.sh,v 1.20715 2008/07/04 10:35:38 alexpeshkof ) Update of /cvsroot/firebird/firebird2/src/dsql In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv3761 Modified Files: dsql.h Log Message: fixed Darwin/gcc 4.0 build Index: dsql.h =================================================================== RCS file: /cvsroot/firebird/firebird2/src/dsql/dsql.h,v retrieving revision 1.137 retrieving revision 1.138 diff -b -U3 -r1.137 -r1.138 --- dsql.h 4 Jul 2008 10:33:11 -0000 1.137 +++ dsql.h 4 Jul 2008 10:35:33 -0000 1.138 @@ -417,7 +417,7 @@ // To avoid posix warning about missing public destructor declare // MemoryPool as friend class. In fact IT releases request memory! - friend class MemoryPool; + friend class Firebird::MemoryPool; }; |