| # | Line 21 | Line 21 | class LatticeCreator : public BaseLatticeCreator (publ | |
|---|---|---|
| 21 | { | |
| 22 | public: | |
| 23 | LatticeCreator(const string& latticeType): BaseLatticeCreator(latticeType) {} | |
| 24 | < | virtual BaseLattice* createLattice() const { return new LatticeClass();} |
| 24 | > | virtual BaseLattice* createLattice() { return new LatticeClass();} |
| 25 | }; | |
| 26 | ||
| 27 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |