diff options
Diffstat (limited to 'hscript/key.hh')
-rw-r--r-- | hscript/key.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hscript/key.hh b/hscript/key.hh index 44cbdf2..8b29212 100644 --- a/hscript/key.hh +++ b/hscript/key.hh @@ -28,7 +28,7 @@ protected: int line; Key(int _line) : line(_line) {} public: - virtual ~Key() {} + virtual ~Key(); /*! Create the Key object with the specified data as the entire value. * @param data The value associated with the key. |