From 6ec96e9589e260ecedbf1146cdff0a609b513a67 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 20 Feb 1997 17:43:07 +0000 Subject: [PATCH] flower-1.1.1 --- flower/stringconversion.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ); -- 2.39.5