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:
parent
609f64f831
commit
f5ecaa95ff
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user