Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/periodentafel.cpp

    r437922 r042f82  
    9292 * \return pointer to element
    9393 */
    94 element * periodentafel::FindElement(char *shorthand) const
     94element * periodentafel::FindElement(const char *shorthand) const
    9595{
    9696  element *walker =  periodentafel::start;
     
    162162 * \param *path to to standard file names
    163163 */
    164 bool periodentafel::LoadPeriodentafel(char *path)
     164bool periodentafel::LoadPeriodentafel(const char *path)
    165165{
    166166  ifstream infile;
     
    301301/** Stores element list to file.
    302302 */
    303 bool periodentafel::StorePeriodentafel(char *path) const
     303bool periodentafel::StorePeriodentafel(const char *path) const
    304304{
    305305  bool result = true;
Note: See TracChangeset for help on using the changeset viewer.