summaryrefslogtreecommitdiff
path: root/include/Output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Output.h')
-rw-r--r--include/Output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Output.h b/include/Output.h
index 4e1e092..10a1849 100644
--- a/include/Output.h
+++ b/include/Output.h
@@ -16,6 +16,7 @@ class Output : public Handle {
virtual bool CanWrite();
virtual bool CanRead();
virtual String GetName();
+
protected:
String n;
};