summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/command.h')
-rw-r--r--libs/pbd/pbd/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/command.h b/libs/pbd/pbd/command.h
index f913dec5b7..8e85e28882 100644
--- a/libs/pbd/pbd/command.h
+++ b/libs/pbd/pbd/command.h
@@ -38,7 +38,7 @@ public:
virtual void redo() { (*this)(); }
virtual XMLNode &get_state();
- virtual int set_state(const XMLNode&, int version = 3000) { /* noop */ return 0; }
+ virtual int set_state(const XMLNode&, int version) { /* noop */ return 0; }
protected:
Command() {}