lilypond-1.3.124
[lilypond.git] / lily / acceptor.cc
blob0164b83b2446d837a3d968a6dee3675367d52a94
1 /*
2 acceptor.cc -- implement Acceptor
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
9 #include "acceptor.hh"
10 Acceptor::Acceptor()
12 iterator_count_ = 0;
15 IMPLEMENT_STATIC_NAME(Acceptor);
16 IMPLEMENT_IS_TYPE_B(Acceptor);