]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context-handle.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / context-handle.hh
index 129683436bf6800585c9b586537a48bf4b95e35f..1d5b849e13bfd3a25405ed06e71c6bce8c7b775f 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1999--2015 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
@@ -22,7 +22,6 @@
 
 #include "lily-proto.hh"
 
-
 class Context_handle
 {
 public:
@@ -32,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: