summaryrefslogtreecommitdiff
path: root/project2/rawView.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/rawView.h')
-rw-r--r--project2/rawView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/rawView.h b/project2/rawView.h
index 5ccd02c..b192c89 100644
--- a/project2/rawView.h
+++ b/project2/rawView.h
@@ -6,6 +6,7 @@
#include <map>
#include "view.h"
+/// Project2 component to create output based on its own XML tree node
class RawView : public View {
public:
RawView(const xmlpp::Element * p);