From e2f8a198c6f4eafe83b8a3a7892873feef7d762e Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 5 Nov 2011 08:54:28 +0000 Subject: [PATCH] Correct forward declarations (struct vs. class) --- flower/include/flower-proto.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.39.2