diff options
Diffstat (limited to 'src/document-undo.cpp')
| -rw-r--r-- | src/document-undo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document-undo.cpp b/src/document-undo.cpp index 23650dc9c..8284dac55 100644 --- a/src/document-undo.cpp +++ b/src/document-undo.cpp @@ -109,7 +109,7 @@ public: CommitEvent(SPDocument *doc, const gchar *key, const unsigned int type) : InteractionEvent("commit") { - _addProperty("timestamp", timestamp().pointer()); + _addProperty("timestamp", timestamp()); _addProperty("document", doc->serial()); Verb *verb = Verb::get(type); if (verb) { |
