lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Move include guard for fluid.hh (issue 565640043 by address@hidden)


From: hanwenn
Subject: Re: Move include guard for fluid.hh (issue 565640043 by address@hidden)
Date: Wed, 19 Feb 2020 01:34:22 -0800

Reviewers: dak,

Message:
commit a7db98fdf7003206147f0b0e7ba77c53db0e2bbd
Author: Han-Wen Nienhuys <address@hidden>
Date:   Tue Feb 11 09:00:07 2020 +0100

    Move include guard for fluid.hh



Description:
Move include guard for fluid.hh

Please review this at https://codereview.appspot.com/565640043/

Affected files (+3, -3 lines):
  M lily/include/fluid.hh


Index: lily/include/fluid.hh
diff --git a/lily/include/fluid.hh b/lily/include/fluid.hh
index 
1aaf05c9f8c7dbce6dc0c72d1c26e87c730274fc..d9455cb044c2dd73fdc9881fd60e6a55daa93ce7
 100644
--- a/lily/include/fluid.hh
+++ b/lily/include/fluid.hh
@@ -1,6 +1,3 @@
-#ifndef FLUID_HH
-#define FLUID_HH
-
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
@@ -20,6 +17,9 @@
   along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#ifndef FLUID_HH
+#define FLUID_HH
+
 #include "lily-guile.hh"
 
 // Fluid is a wrapper class for cached storage of GUILE fluids.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]