diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-03-14 18:44:05 +0400 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-03-14 18:44:05 +0400 |
| commit | 1f12bca33f6e9ce20181a9d09f62286d11592712 (patch) | |
| tree | 5d9bcf35296f64735ea849084a94c2eb20c74f4f /ParserClass/AbstractIDManager.hpp | |
| parent | 9b99763c2ed924e340c7dbf73842207ba56ed125 (diff) | |
Make basic parser
Diffstat (limited to 'ParserClass/AbstractIDManager.hpp')
| -rw-r--r-- | ParserClass/AbstractIDManager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ParserClass/AbstractIDManager.hpp b/ParserClass/AbstractIDManager.hpp index a18d1b2..67d5f6f 100644 --- a/ParserClass/AbstractIDManager.hpp +++ b/ParserClass/AbstractIDManager.hpp @@ -46,7 +46,7 @@ //Getters and setters - std::string getId(); + std::string getId() const; void setId(std::string id); |
