From 886eb06880543feec73d49199a8d98487b1630ea Mon Sep 17 00:00:00 2001 From: peri4 Date: Fri, 16 Dec 2022 23:06:21 +0300 Subject: [PATCH] new attribute --- libs/main/types/pivaluetree.cpp | 1 + libs/main/types/pivaluetree.h | 1 + 2 files changed, 2 insertions(+) diff --git a/libs/main/types/pivaluetree.cpp b/libs/main/types/pivaluetree.cpp index abf200e4..5b577457 100644 --- a/libs/main/types/pivaluetree.cpp +++ b/libs/main/types/pivaluetree.cpp @@ -47,6 +47,7 @@ const char PIValueTree::Attribute::singleStep [] = "singleStep" ; const char PIValueTree::Attribute::decimals [] = "decimals" ; const char PIValueTree::Attribute::prefix [] = "prefix" ; const char PIValueTree::Attribute::suffix [] = "suffix" ; +const char PIValueTree::Attribute::style [] = "style" ; // clang-format on diff --git a/libs/main/types/pivaluetree.h b/libs/main/types/pivaluetree.h index 06f747e9..22732767 100644 --- a/libs/main/types/pivaluetree.h +++ b/libs/main/types/pivaluetree.h @@ -57,6 +57,7 @@ public: static const char decimals []; static const char prefix []; static const char suffix []; + static const char style []; //static constexpr char attribute[] = ""; // clang-format on };