]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.1.1
authorfred <fred>
Thu, 20 Feb 1997 17:43:07 +0000 (17:43 +0000)
committerfred <fred>
Thu, 20 Feb 1997 17:43:07 +0000 (17:43 +0000)
flower/stringconversion.hh

index 39b809e4c45a75c045689c8b1753817234e8ec2a..3ad9bbea4bbd41b51ecfb1b4d15808f8bebff098 100644 (file)
@@ -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 );