]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translator-group.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / translator-group.hh
index e5004c2925cd7cda2530b0b343977d2e9d1660d5..edad599eea6d6ff03babaa0be125ef11187c83a5 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -43,7 +43,7 @@ struct Translator_method_binding
   void invoke ()
   {
     if (method_)
-      (*method_) (translator_);
+      (translator_->*method_) ();
   }
 };