projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a30ff23
)
(class Translator): add virtual
author
hanwen
<hanwen>
Mon, 9 Feb 2004 23:40:28 +0000
(23:40 +0000)
committer
hanwen
<hanwen>
Mon, 9 Feb 2004 23:40:28 +0000
(23:40 +0000)
qualifier.
ChangeLog
patch
|
blob
|
history
lily/include/translator.hh
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 622bda3bc014b9417fb11a4dbcc5e6ffdd92c6d4..0b8e9a3e65e5d9e9a6b343c751052be20772c97f 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2004-02-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
+
+ * lily/include/translator.hh (class Translator): add virtual
+ qualifier.
+
2004-02-10 Jan Nieuwenhuizen <janneke@gnu.org>
* scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
diff --git
a/lily/include/translator.hh
b/lily/include/translator.hh
index fa8d1d2b037b7798cfaf82082f19ad40fff65792..00ffc86d94d978bda9a792f360df43844288d068 100644
(file)
--- a/
lily/include/translator.hh
+++ b/
lily/include/translator.hh
@@
-44,7
+44,7
@@
public:
Translator_group * daddy_trans_ ;
void removal_processing ();
- Music_output_def *get_output_def () const;
+
virtual
Music_output_def *get_output_def () const;
SCM internal_get_property (SCM symbol) const;