summaryrefslogtreecommitdiffstats
path: root/src/helper/action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/action.cpp')
-rw-r--r--src/helper/action.cpp2
1 files changed, 1 insertions, 1 deletions
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());