diff options
Diffstat (limited to 'include/Input.h')
-rw-r--r-- | include/Input.h | 1 |
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; }; |