]> git.donarmstrong.com Git - lilypond.git/blob - lily/acceptor.cc
release: 0.0.71pre
[lilypond.git] / lily / acceptor.cc
1 /*
2   acceptor.cc -- implement Acceptor
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9 #include "acceptor.hh"
10 Acceptor::Acceptor()
11 {
12     iterator_count_  = 0;
13 }
14
15 IMPLEMENT_STATIC_NAME(Acceptor);
16 IMPLEMENT_IS_TYPE_B(Acceptor);