X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fflower-proto.hh;h=33f67dbb4024815dd10cc988f0e9782104805228;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=adb6d349b15e030dace3cad47df6f7c208b09c58;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/flower/include/flower-proto.hh b/flower/include/flower-proto.hh index adb6d349b1..33f67dbb40 100644 --- a/flower/include/flower-proto.hh +++ b/flower/include/flower-proto.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1996--2011 Han-Wen Nienhuys + Copyright (C) 1996--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,12 +24,12 @@ char const *flower_version_str0 (); typedef unsigned char Byte; typedef long long I64; -struct String_convert; +class String_convert; #include "std-string.hh" -using namespace std; #include "real.hh" +using namespace std; template struct Interval_t; template struct PQueue; @@ -37,12 +37,12 @@ template class Matrix; typedef Interval_t Interval; -struct Offset; +class Offset; struct Long_option_init; -struct Rational; +class Rational; class File_name; class File_path; -struct Getopt_long; +class Getopt_long; typedef unsigned char U8; typedef short I16;