summaryrefslogtreecommitdiffstats
path: root/src/server/UndoStack.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/UndoStack.hpp')
-rw-r--r--src/server/UndoStack.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/UndoStack.hpp b/src/server/UndoStack.hpp
index 081d3ff4..8195920a 100644
--- a/src/server/UndoStack.hpp
+++ b/src/server/UndoStack.hpp
@@ -39,7 +39,8 @@ class URIs;
namespace server {
-class INGEN_SERVER_API UndoStack : public AtomSink {
+class INGEN_SERVER_API UndoStack : public AtomSink
+{
public:
struct Entry {
Entry(time_t t = 0) noexcept : time(t) {}