Changeset 927 for branches/0.7-stable/lib/LineTypeParser.cc
- Timestamp:
- Dec 2, 2009, 5:55:28 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.7-stable/lib/LineTypeParser.cc
r847 r927 40 40 : mode_(0), post_copyright_(false), copyright_found_(false) 41 41 { 42 codon_ = Configuration::instance().codon( path);42 codon_ = Configuration::instance().codon(file_name(path)); 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.