From 70e29704301f9c16d5c608ec3a448801b29b5828 Mon Sep 17 00:00:00 2001 From: William Bracho Blok Date: Tue, 15 Sep 2015 21:04:08 -0500 Subject: [PATCH] Update Attribute.h --- Attribute.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Attribute.h b/Attribute.h index b57879e..92c435b 100644 --- a/Attribute.h +++ b/Attribute.h @@ -41,6 +41,11 @@ public: { return values.size(); } + + void pushBack(string s) + { + values.push_back(s); + } /* Attribute(vector v){ this.values = v;