Skip to content

Commit 1c9d0e6

Browse files
committed
clean up
1 parent 5ab273c commit 1c9d0e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/netlicensing/constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace netlicensing {
1313
static const char* const NUMBER = "number";
1414
static const char* const NAME = "name";
1515
static const char* const VERSION = "version";
16-
static const char* const DEPRECATED(LICENSEE_AUTOCREATE) = "licenseeAutoCreate";
16+
DEPRECATED(static const char* const LICENSEE_AUTOCREATE) = "licenseeAutoCreate";
1717
static const char* const DELETED = "deleted";
1818
static const char* const CASCADE = "forceCascade";
1919
static const char* const PRICE = "price";

0 commit comments

Comments
 (0)