Task: Improved method signature

This commit is contained in:
Paul Beckingham
2016-12-31 15:44:13 -05:00
parent 6c9660aee8
commit fab2979b87
6 changed files with 9 additions and 24 deletions

View File

@@ -125,7 +125,7 @@ public:
bool hasTag (const std::string&) const;
void addTag (const std::string&);
void addTags (const std::vector <std::string>&);
void getTags (std::vector<std::string>&) const;
std::vector <std::string> getTags () const;
void removeTag (const std::string&);
bool hasAnnotations () const;