]> 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 9350db7b271f04d568b80164ef1c7f4351f17bdd..8977707e6b64f181110a4b9c904d853140c9a5f2 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2011--2014 Mike Solomon <mike@mikesolomon.org>
+  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
@@ -34,7 +34,7 @@ public:
   void solve ();
 
 private:
-  vector<Interval> forbidden_intervals_;
+  std::vector<Interval> forbidden_intervals_;
   Interval feasible_placements_;
   Real bulk_;
 };