]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/request.hh
release: 1.1.15
[lilypond.git] / lily / include / request.hh
index bd90bde2aac510602aca46f143f17f5f9b45de59..4d0a5f2a0a8fd30daa367a684895a2343ba0a67e 100644 (file)
@@ -72,9 +72,7 @@ public:
 class Span_req  : public virtual Request  {
 public:
   /// should the spanner start or stop, or is it unwanted?
-  enum Spantype {
-    NOSPAN, START, STOP
-  } spantype;
+  Direction spantype_;
   bool do_equal_b (Request*) const;
   REQUESTMETHODS(Span_req);