Changes in src/periodentafel.cpp [437922:042f82]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/periodentafel.cpp
r437922 r042f82 92 92 * \return pointer to element 93 93 */ 94 element * periodentafel::FindElement(c har *shorthand) const94 element * periodentafel::FindElement(const char *shorthand) const 95 95 { 96 96 element *walker = periodentafel::start; … … 162 162 * \param *path to to standard file names 163 163 */ 164 bool periodentafel::LoadPeriodentafel(c har *path)164 bool periodentafel::LoadPeriodentafel(const char *path) 165 165 { 166 166 ifstream infile; … … 301 301 /** Stores element list to file. 302 302 */ 303 bool periodentafel::StorePeriodentafel(c har *path) const303 bool periodentafel::StorePeriodentafel(const char *path) const 304 304 { 305 305 bool result = true;
Note:
See TracChangeset
for help on using the changeset viewer.