X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Funpure-pure-container.cc;h=143b2fd47de4c118e4b1818e94a9bc8c4779e01a;hb=67cd07e55d5ec908c246ae543e480d367b61d6b3;hp=7a7d6d48d16d3c139aca38ad9f0f38f307b5debb;hpb=536ecabb8301e3b0c242f2bb5fb1e0df3b194fa0;p=lilypond.git diff --git a/lily/unpure-pure-container.cc b/lily/unpure-pure-container.cc index 7a7d6d48d1..143b2fd47d 100644 --- a/lily/unpure-pure-container.cc +++ b/lily/unpure-pure-container.cc @@ -25,7 +25,6 @@ class Unpure_pure_call : public Smob1 { public: - static const char * const type_p_name_; // = 0 // Smob procedures unfortunately can only take at most 3 SCM // arguments. Otherwise we could use a "3, 0, 1" call signature and // not require an argument count check of our own. @@ -38,8 +37,6 @@ public: } }; -const char * const Unpure_pure_call::type_p_name_ = 0; - SCM Unpure_pure_container::pure_part () const { @@ -48,7 +45,7 @@ Unpure_pure_container::pure_part () const : scm2 (); } -const char Unpure_pure_container::type_p_name_[] = "ly:unpure-pure-container?"; +const char * const Unpure_pure_container::type_p_name_ = "ly:unpure-pure-container?"; LY_DEFINE (ly_make_unpure_pure_container, "ly:make-unpure-pure-container", 1, 1, 0, (SCM unpure, SCM pure),