Skip to content

Commit 96d9100

Browse files
committed
constexpr in trig
1 parent 4cab1a2 commit 96d9100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/trig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ struct gen
6969

7070
/* generators needed by the system triggers */
7171
// Keep in sync with constants.h
72-
static const Jrd::gen generators[] =
72+
static inline constexpr Jrd::gen generators[] =
7373
{
7474
{ "RDB$SECURITY_CLASS", 1, NULL, ODS_13_0 },
7575
{ "SQL$DEFAULT", 2, NULL, ODS_13_0 },

0 commit comments

Comments
 (0)