We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab273c commit 1c9d0e6Copy full SHA for 1c9d0e6
1 file changed
include/netlicensing/constants.h
@@ -13,7 +13,7 @@ namespace netlicensing {
13
static const char* const NUMBER = "number";
14
static const char* const NAME = "name";
15
static const char* const VERSION = "version";
16
- static const char* const DEPRECATED(LICENSEE_AUTOCREATE) = "licenseeAutoCreate";
+ DEPRECATED(static const char* const LICENSEE_AUTOCREATE) = "licenseeAutoCreate";
17
static const char* const DELETED = "deleted";
18
static const char* const CASCADE = "forceCascade";
19
static const char* const PRICE = "price";
0 commit comments