From: Han-Wen Nienhuys Date: Sun, 7 Jan 2007 01:03:55 +0000 (+0100) Subject: nit X-Git-Tag: release/2.10.10-1~23 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f02ee408d6d9b925aabb49671258827514067cba;p=lilypond.git nit --- diff --git a/lily/include/context-handle.hh b/lily/include/context-handle.hh index e32bc29cb7..2eaeaca852 100644 --- a/lily/include/context-handle.hh +++ b/lily/include/context-handle.hh @@ -6,13 +6,11 @@ (c) 1999--2006 Han-Wen Nienhuys */ -#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 */