From: fred Date: Wed, 27 Nov 1996 01:18:30 +0000 (+0000) Subject: flower-1.0.8 X-Git-Tag: release/1.5.59~6751 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=672dc2c4b903b90eb122651ae028bafcc24725ba;p=lilypond.git flower-1.0.8 --- diff --git a/flower/textstr.hh b/flower/textstr.hh index 41a979f27f..c64a989c3c 100644 --- a/flower/textstr.hh +++ b/flower/textstr.hh @@ -1,3 +1,6 @@ +#ifndef TEXTSTR_HH +#define TEXTSTR_HH + #include #include @@ -112,3 +115,4 @@ class Data_file : private Text_stream exit(1); } }; +#endif