]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/interval-minefield.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / interval-minefield.hh
index 62136b046b8a0c8d087eb191eb278975e5bc432e..8977707e6b64f181110a4b9c904d853140c9a5f2 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2011 Mike Solomon <mike@apollinemike.com>
+  Copyright (C) 2011--2015 Mike Solomon <mike@mikesolomon.org>
   Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
 
 class Interval_minefield
 {
-public :
+public:
   Interval_minefield (Interval, Real);
   void add_forbidden_interval (Interval forbidden);
   Interval feasible_placements ();
   void solve ();
 
-private :
-  vector<Interval> forbidden_intervals_;
+private:
+  std::vector<Interval> forbidden_intervals_;
   Interval feasible_placements_;
   Real bulk_;
 };
 
-#endif // INTERVAL_MINEFIELD_HH
\ No newline at end of file
+#endif // INTERVAL_MINEFIELD_HH