From 33a5ca9a670b38a9edcc034b026e622a642c6f7f Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 23 Jan 2019 05:34:37 +0100 Subject: Timestamp: Switch to std::shared_ptr. --- src/helper/action.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/helper/action.cpp') diff --git a/src/helper/action.cpp b/src/helper/action.cpp index 2859f6273..2bad8f8ea 100644 --- a/src/helper/action.cpp +++ b/src/helper/action.cpp @@ -114,7 +114,7 @@ public: ActionEvent(SPAction const *action) : ActionEventBase("action") { - _addProperty("timestamp", timestamp().pointer()); + _addProperty("timestamp", timestamp()); SPDocument *document = action->context.getDocument(); if (document) { _addProperty("document", document->serial()); -- cgit v1.2.3