From: fred Date: Thu, 20 Feb 1997 17:43:07 +0000 (+0000) Subject: flower-1.1.1 X-Git-Tag: release/1.5.59~6313 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6ec96e9589e260ecedbf1146cdff0a609b513a67;p=lilypond.git flower-1.1.1 --- diff --git a/flower/stringconversion.hh b/flower/stringconversion.hh index 39b809e4c4..3ad9bbea4b 100644 --- a/flower/stringconversion.hh +++ b/flower/stringconversion.hh @@ -4,12 +4,12 @@ */ -#ifndef __STRING_CONVERSION_HH -#define __STRING_CONVERSION_HH +#ifndef STRING_CONVERSION_HH +#define STRING_CONVERSION_HH /** all conversions from/to String go in here.( some time, anyway ) - Quite empty + The class is quite empty from data view. */ class StringConversion { static int hex2bin_i( String hex_str, String& bin_str_r );