]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-formatting-problem.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / dot-formatting-problem.hh
index da248545bb035137629a7611a5df0567f8b5ceaf..7c2aca3115c08bc3c7b38eba63607bdda4b65e8c 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef DOT_FORMATTING_PROBLEM_HH
 #define DOT_FORMATTING_PROBLEM_HH
 
-
 #include "skyline.hh"
 #include "std-vector.hh"
 
@@ -15,8 +14,8 @@ struct Dot_formatting_problem
 
   void register_configuration (Dot_configuration const &);
   Dot_configuration *best () const;
-  Dot_formatting_problem (vector<Box> const &boxes, Interval base_x);
-  ~Dot_formatting_problem();
+  Dot_formatting_problem (std::vector<Box> const &boxes, Interval base_x);
+  ~Dot_formatting_problem ();
 };
 
 #endif