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

Correction.

This commit is contained in:
asfernandes 2013-04-21 01:52:37 +00:00
parent 5ae04f81a6
commit f91bc11492

View File

@ -138,7 +138,7 @@ public:
virtual IMessageMetadata* FB_CARG getMetadata(IStatus* status) = 0;
virtual void FB_CARG close(IStatus* status) = 0;
};
#define FB_RESULTSET_VERSION (FB_REFCOUNTED_VERSION + 4)
#define FB_RESULTSET_VERSION (FB_REFCOUNTED_VERSION + 10)
class IStatement : public IRefCounted
{