]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context-mod.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / context-mod.hh
index 36c8885bbcf5cb5dc267e18565f676b5eed66674..ab3c3d2e7e2d308c4c22d0cda8cba68507d79899 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2010--2011 Reinhold Kainhofer <reinhold@kainhofer.com>
+  Copyright (C) 2010--2014 Reinhold Kainhofer <reinhold@kainhofer.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -42,12 +42,11 @@ public:
   void add_context_mod (SCM);
   void add_context_mods (SCM);
 
-  VIRTUAL_COPY_CONSTRUCTOR (Context_mod, Context_mod);
-
   SCM get_mods () const;
 
   Context_mod ();
   Context_mod (Context_mod const &);
+  Context_mod (SCM mod_list);
   DECLARE_SIMPLE_SMOBS (Context_mod);
 };