diff options
| author | Felix Salfelder <[email protected]> | 2024-02-20 00:00:00 +0000 | 
|---|---|---|
| committer | Felix Salfelder <[email protected]> | 2024-02-20 00:00:00 +0000 | 
| commit | 874f2d554b76968c72e749931dbd99444f064f2d (patch) | |
| tree | 27d466b5e2a7ea24216afcf2fae15e0d68badec8 /include/d_dot.h | |
| parent | e71aca4f82722e1b22ca04a23b362d3fedbe0952 (diff) | |
| parent | 97efe32a317c5104280c964a9e2b93ee3875a53c (diff) | |
| download | gnucap-master.tar.gz | |
Diffstat (limited to 'include/d_dot.h')
| -rw-r--r-- | include/d_dot.h | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/include/d_dot.h b/include/d_dot.h index 1827ab68..95c8b49c 100644 --- a/include/d_dot.h +++ b/include/d_dot.h @@ -32,13 +32,13 @@ private:  public:    explicit	DEV_DOT()		:CARD() {set_constant(true);}  private: // override virtual -  std::string   value_name()const	{untested();return "";} -  char		id_letter()const	{untested();return '\0';} -  std::string	dev_type()const		{untested();return "dotcard";} -  CARD*		clone()const		{return new DEV_DOT(*this);} +  std::string   value_name()const override {untested();return "";} +  char		id_letter()const override	{untested();return '\0';} +  std::string	dev_type()const override		{untested();return "dotcard";} +  CARD*		clone()const override		{return new DEV_DOT(*this);}  public:    void set(const std::string& S) {_s = S;} -  const std::string& s()const {untested();return _s;} +  const std::string& s()const {itested();return _s;}  };  /*--------------------------------------------------------------------------*/  /*--------------------------------------------------------------------------*/ | 
