]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4865/1: Move translator initializations to X::boot ()
authorDavid Kastrup <dak@gnu.org>
Sun, 29 May 2016 09:12:30 +0000 (11:12 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 31 May 2016 09:14:18 +0000 (11:14 +0200)
commit4b4a2cae9953cff69159f10763e990f5e4265ddd
tree83d086c2306ec2a6b3232bf18c81e567bfa0d8d5
parentcccd7f9574c72ccecca00641d7a5ea3e8ce99cfd
Issue 4865/1: Move translator initializations to X::boot ()

This reorganization of the C++ translator initializations leads to more
predictable initialization order and makes the initializations have
access to private members of the class.  This is a precondition for more
restrictive access control, helping to pin down accidental references to
members of the wrong class.
lily/include/translator.hh
lily/include/translator.icc