From: Graham Percival Date: Sat, 5 Nov 2011 08:54:28 +0000 (+0000) Subject: Correct forward declarations (struct vs. class) X-Git-Tag: release/2.15.17-1~2^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e2f8a198c6f4eafe83b8a3a7892873feef7d762e;p=lilypond.git Correct forward declarations (struct vs. class) --- diff --git a/flower/include/flower-proto.hh b/flower/include/flower-proto.hh index adb6d349b1..7cdd7d9bf4 100644 --- a/flower/include/flower-proto.hh +++ b/flower/include/flower-proto.hh @@ -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;