Release version 0.7.18
[platform/core/api/notification.git] / notification-ex / entry_item_implementation.h
index ecfe724..4af69cc 100644 (file)
@@ -30,11 +30,12 @@ class EntryItem::Impl {
   virtual ~Impl();
 
  private:
-  Impl();
+  Impl(EntryItem* parent);
 
  private:
   friend class EntryItem;
 
+  EntryItem* parent_;
   std::string text_;
   int limit_ = 160;
 };