summaryrefslogtreecommitdiff
path: root/include/Input.h
diff options
context:
space:
mode:
authorPixel <Pixel>2001-11-19 22:32:34 +0000
committerPixel <Pixel>2001-11-19 22:32:34 +0000
commitcca213f6493119ab3f642e08dba798f557630f53 (patch)
tree38774b6803676235b73b80f06c618a78bf14035d /include/Input.h
parentd994b63efc388311700412d0cb0e6e8e1fae4849 (diff)
Headers cleaning
Diffstat (limited to 'include/Input.h')
-rw-r--r--include/Input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Input.h b/include/Input.h
index 682cee1..471ba91 100644
--- a/include/Input.h
+++ b/include/Input.h
@@ -16,6 +16,7 @@ class Input : public Handle {
virtual bool CanWrite();
virtual bool CanRead();
virtual String GetName();
+
protected:
String n;
};