]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context-handle.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / context-handle.hh
index aa5850afc883a6cb50f85ae91b98def5c6b1ad38..53b4de9e0c19f05f7e1328dc7087c955dda31831 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1999--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
@@ -31,7 +31,7 @@ public:
   void set_context (Context *);
   void operator = (Context_handle const &);
   Context_handle (Context_handle const &);
-  Context *get_outlet () const;
+  Context *get_context () const;
 
   int get_count () const;
 private: