]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stencil.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / stencil.hh
index 23a5be7fbc41ada9b061c24983159498d6d78b79..543aafcc9234b7ca085557a7d3c8700917c494f8 100644 (file)
@@ -20,7 +20,6 @@
 #define STENCIL_HH
 
 #include <cstdlib>              // size_t
-using namespace std;
 
 #include "lily-proto.hh"
 #include "box.hh"
@@ -58,7 +57,7 @@ using namespace std;
 class Stencil : public Simple_smob<Stencil>
 {
 public:
-  SCM mark_smob ();
+  SCM mark_smob () const;
   static const char type_p_name_[];
 private:
   Box dim_;