| # | Line 3 | Line 3 | BaseLatticeCreator::BaseLatticeCreator(const string& l | |
|---|---|---|
| 3 | ||
| 4 | BaseLatticeCreator::BaseLatticeCreator(const string& latType){ | |
| 5 | latticeType = latType; | |
| 6 | < | LatticeFactory::getInstance()->register(this); |
| 6 | > | LatticeFactory::getInstance()->registerCreator(this); |
| 7 | } | |
| 8 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |