]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-outputter.cc
Doc-es: update Notation/Keyboards.
[lilypond.git] / lily / paper-outputter.cc
index 943c3561f465ea5ffab88bf984b01c3ad28bc795..471a36a41a4572eb1941eb83ad4a27b244cb3c26 100644 (file)
@@ -23,6 +23,7 @@
 #include <cmath>
 #include <ctime>
 
+using namespace std;
 
 #include "dimensions.hh"
 #include "file-name.hh"
@@ -38,7 +39,8 @@
 #include "warn.hh"
 #include "lily-imports.hh"
 
-using std::string;
+
+const char * const Paper_outputter::type_p_name_ = 0;
 
 Paper_outputter::Paper_outputter (SCM port, const string &format)
 {