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

Fixed "`static' is not at beginning of declaration"

This commit is contained in:
eku 2003-02-14 14:20:21 +00:00
parent 609f64f831
commit f5ecaa95ff

View File

@ -34,7 +34,7 @@ private:
char *alias_name;
unsigned short req_mask;
};
const static InfoAttr attr_array[max_internal_id];
static const InfoAttr attr_array[max_internal_id];
public:
static char *getAlias(internal_info_id);
static USHORT getMask(internal_info_id);