DNAAlphabet is const by meaning, but in code it is often just DNAAlphabet*. It should be const DNAAlphabet* everywhere.