]> git.donarmstrong.com Git - lilypond.git/commitdiff
Correct forward declarations (struct vs. class)
authorGraham Percival <graham@percival-music.ca>
Sat, 5 Nov 2011 08:54:28 +0000 (08:54 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 9 Nov 2011 12:23:20 +0000 (12:23 +0000)
flower/include/flower-proto.hh

index adb6d349b15e030dace3cad47df6f7c208b09c58..7cdd7d9bf4fe2ff88f83c81b28e53df614f85838 100644 (file)
@@ -37,12 +37,12 @@ template<class T, class A> class Matrix;
 
 typedef Interval_t<Real> 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;