]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob-array.hh
Issue 4380: Some optimizations during dispatching
[lilypond.git] / lily / include / grob-array.hh
index feeda8a36a23c43831ee11a1f7f3d39e39568bb9..87cb19e23d1a23ec71b4317a9911ce3c688f5ea6 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -27,8 +27,8 @@
 class Grob_array : public Simple_smob<Grob_array>
 {
 public:
-  static int print_smob (SCM, SCM, scm_print_state *);
-  static SCM mark_smob (SCM);
+  int print_smob (SCM, scm_print_state *);
+  SCM mark_smob ();
   static const char type_p_name_[];
 private:
   vector<Grob *> grobs_;