summaryrefslogtreecommitdiff
path: root/notification-ex/abstract_item_implementation.h
diff options
context:
space:
mode:
Diffstat (limited to 'notification-ex/abstract_item_implementation.h')
-rw-r--r--notification-ex/abstract_item_implementation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/notification-ex/abstract_item_implementation.h b/notification-ex/abstract_item_implementation.h
index 24a434b..92d851f 100644
--- a/notification-ex/abstract_item_implementation.h
+++ b/notification-ex/abstract_item_implementation.h
@@ -48,7 +48,7 @@ class AbstractItem::Impl {
std::shared_ptr<Style> style_ = nullptr;
bool visible_ = true;
bool enable_ = true;
- int version_ = 1;
+ AbstractItem::Version version_ = AbstractItem::Version::Extension;
int hide_time_ = 0;
int delete_time_ = 0;
std::list<std::string> receiver_group_list_;