]> git.donarmstrong.com Git - lilypond.git/blobdiff - mi2mu/include/midi-event.hh
release: 0.0.45
[lilypond.git] / mi2mu / include / midi-event.hh
index df08ce5fed39bd00f9339e100bd259df01983b4c..2d57aa8336f5d7add2f5568440f82b322ecafab6 100644 (file)
@@ -45,7 +45,7 @@ public:
        virtual String mudela_str( bool command_mode_bo );
        
 private:
-       bool const simple_plet_bo_ = false;
+       static bool const simple_plet_b_s = false;
        Duration dur_;
        String name_str_;
 };