8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00

Fix POSIX build warning

This commit is contained in:
skidder 2004-11-22 22:31:31 +00:00
parent c4b317efdd
commit 51e43de012
2 changed files with 3 additions and 3 deletions

View File

@ -57,4 +57,4 @@ bool StringMap::get(const string& name, string& value) {
}
} // namespace Firebird
} // namespace Firebird

View File

@ -24,7 +24,7 @@
* Contributor(s): ______________________________________.
*
*
* $Id: StringMap.h,v 1.1 2004-11-22 20:21:54 skidder Exp $
* $Id: StringMap.h,v 1.2 2004-11-22 22:31:31 skidder Exp $
*
*/
@ -76,4 +76,4 @@ private:
}
#endif
#endif