]> git.donarmstrong.com Git - lilypond.git/commitdiff
nit
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 7 Jan 2007 01:03:55 +0000 (02:03 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 7 Jan 2007 01:03:55 +0000 (02:03 +0100)
lily/include/context-handle.hh

index e32bc29cb7f8881b6d7589c4f622473396f5d8e9..2eaeaca852d7c04b74b2152ee551450fbc80dacf 100644 (file)
@@ -6,13 +6,11 @@
   (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-#ifndef INTERPRETATION_CONTEXT_HANDLE_HH
-#define INTERPRETATION_CONTEXT_HANDLE_HH
+#ifndef CONTEXT_HANDLE_HH
+#define CONTEXT_HANDLE_HH
+
 #include "lily-proto.hh"
 
-/*
-  Rename me to Context_handle.
-*/
 
 class Context_handle
 {
@@ -32,5 +30,5 @@ private:
   void up (Context *);
 };
 
-#endif /* INTERPRETATION_CONTEXT_HANDLE_HH */
+#endif /* CONTEXT_HANDLE_HH */