Skip to content

Commit 65d1c7a

Browse files
author
Artyom Abakumov
committed
Fix wrong copy-paste
1 parent f872d55 commit 65d1c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/firebird/iberror.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#ifdef __cplusplus /* c++ definitions */
1919

2020
#if __cplusplus >= 201703L // C++17 or later
21-
#define STATUS_EXPR STATUS_EXPR
21+
#define STATUS_EXPR inline constexpr ISC_STATUS
2222
#else
2323
#define STATUS_EXPR const ISC_STATUS
2424
#endif

0 commit comments

Comments
 (0)