X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flilypond-input-version.hh;h=12c4782205f5d828a58e4522a468cd318418b376;hb=44ad1d66c072e4d6545e75c769c86a460cb1df13;hp=4e22ae3a337c91ffa25aa527b56eeeee95f214a6;hpb=e24df7c27635dc996c466295eacf2981bddccaf7;p=lilypond.git diff --git a/lily/include/lilypond-input-version.hh b/lily/include/lilypond-input-version.hh index 4e22ae3a33..12c4782205 100644 --- a/lily/include/lilypond-input-version.hh +++ b/lily/include/lilypond-input-version.hh @@ -3,27 +3,26 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2005 Jan Nieuwenhuizen - + (c) 1998--2006 Jan Nieuwenhuizen */ #ifndef LILYPOND_VERSION_HH #define LILYPOND_VERSION_HH -#include "string.hh" +#include "std-string.hh" -struct Lilypond_version +struct Lilypond_version { Lilypond_version (int major, int minor, int patch); - Lilypond_version (String str); + Lilypond_version (string str); - String to_string () const; + string to_string () const; operator int () const; int major_; int minor_; int patch_; - String extra_patch_string_; + string extra_patch_string_; }; extern Lilypond_version oldest_version;