Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/periodentafel.hpp

    r61745cc r389cc8  
    99#endif
    1010
    11 #include <iostream>
     11#include <iosfwd>
    1212#include <map>
    13 #include <iterator>
     13#include <string>
    1414
    1515#include "unittests/periodentafelTest.hpp"
     
    4848  void CleanupPeriodtable();
    4949  element * const FindElement(atomicNumber_t) const;
    50   element * const FindElement(const char * const shorthand) const;
     50  element * const FindElement(const std::string &shorthand) const;
    5151  element * const AskElement() const;
    5252  element * const EnterElement();
     
    5757  reverse_iterator rend();
    5858  bool Output(std::ostream * const output) const;
    59   bool Checkout(std::ostream * const output, const int * const checkliste) const;
    6059  bool LoadPeriodentafel(const char * const path);
    6160  bool StorePeriodentafel(const char * const path) const;
Note: See TracChangeset for help on using the changeset viewer.