X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscale.hh;h=19cd175c797fd7d9e63a5ac79dbb8c73696c1fa0;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=daaf0bb2dc6ca4c213ad96a32349872f5ef126a9;hpb=40aac0ae57ee113faa860ba221d83d9e6312173e;p=lilypond.git diff --git a/lily/include/scale.hh b/lily/include/scale.hh index daaf0bb2dc..19cd175c79 100644 --- a/lily/include/scale.hh +++ b/lily/include/scale.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2006--2014 Han-Wen Nienhuys + Copyright (C) 2006--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,9 +24,9 @@ #include "rational.hh" #include "std-vector.hh" -struct Scale +struct Scale : public Smob { -public: + virtual ~Scale (); Scale (vector const &); Scale (Scale const &); @@ -35,7 +35,6 @@ public: int step_count () const; int normalize_step (int step) const; - DECLARE_SMOBS (Scale); private: vector step_tones_; @@ -44,4 +43,3 @@ private: extern Scale *default_global_scale; #endif /* SCALE_HH */ -