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

Warning in GCC

This commit is contained in:
asfernandes 2007-04-04 00:39:00 +00:00
parent ceafdf5144
commit 6a71ce0e5d

View File

@ -31,6 +31,9 @@ struct dsc;
class DataTypeUtilBase
{
public:
virtual ~DataTypeUtilBase() {}
public:
static SSHORT getResultBlobSubType(const dsc* value1, const dsc* value2);
static USHORT getResultTextType(const dsc* value1, const dsc* value2);