]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/flower-proto.hh
Correct forward declarations (struct vs. class)
[lilypond.git] / flower / include / flower-proto.hh
index 77ed6eb903bb8377c8fcfdf8e51efee9b3c5ba29..7cdd7d9bf4fe2ff88f83c81b28e53df614f85838 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2010 Han-Wen Nienhuys
+  Copyright (C) 1996--2011 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
@@ -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;