summaryrefslogtreecommitdiff
path: root/project2/noOutputExecute.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/noOutputExecute.h')
-rw-r--r--project2/noOutputExecute.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/noOutputExecute.h b/project2/noOutputExecute.h
index 56e7b76..01abb5c 100644
--- a/project2/noOutputExecute.h
+++ b/project2/noOutputExecute.h
@@ -13,6 +13,7 @@ typedef std::map<unsigned int, NoOutputExecute> NoOutputExecutes;
class _NoOutputExecute : public virtual _SourceObject {
public:
_NoOutputExecute(const xmlpp::Element * p) : _SourceObject(p) { };
+ _NoOutputExecute(const std::string & n) : _SourceObject(n) { };
virtual ~_NoOutputExecute() { }
virtual void execute() const = 0;
};