mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 02:03:03 +01:00
Fixed "`static' is not at beginning of declaration"
This commit is contained in:
parent
609f64f831
commit
f5ecaa95ff
@ -34,7 +34,7 @@ private:
|
|||||||
char *alias_name;
|
char *alias_name;
|
||||||
unsigned short req_mask;
|
unsigned short req_mask;
|
||||||
};
|
};
|
||||||
const static InfoAttr attr_array[max_internal_id];
|
static const InfoAttr attr_array[max_internal_id];
|
||||||
public:
|
public:
|
||||||
static char *getAlias(internal_info_id);
|
static char *getAlias(internal_info_id);
|
||||||
static USHORT getMask(internal_info_id);
|
static USHORT getMask(internal_info_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user