summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/undo.h
diff options
context:
space:
mode:
authorHans Fugal <hans@fugal.net>2006-08-09 14:14:17 +0000
committerHans Fugal <hans@fugal.net>2006-08-09 14:14:17 +0000
commita32175bd41eb46f8c544af9f7091c2156035135a (patch)
treed70418a072771f46047579385e75a4318373aa0c /libs/pbd/pbd/undo.h
parentf07cb624c02c98a5ae375b26cb99c157df64d159 (diff)
r274@gandalf: fugalh | 2006-08-07 19:53:48 -0600
Nuke Serializable in favor of Stateful. Got rid of some warnings with stub code. git-svn-id: svn://localhost/ardour2/branches/undo@767 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/pbd/undo.h')
-rw-r--r--libs/pbd/pbd/undo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/undo.h b/libs/pbd/pbd/undo.h
index 33577ed4d7..49ff19ccce 100644
--- a/libs/pbd/pbd/undo.h
+++ b/libs/pbd/pbd/undo.h
@@ -49,7 +49,7 @@ class UndoTransaction : public Command
void undo();
void redo();
- XMLNode &serialize();
+ XMLNode &get_state();
void set_name (const string& str) {
_name = str;