summaryrefslogtreecommitdiff
path: root/hscript/key.hh
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/key.hh')
-rw-r--r--hscript/key.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hscript/key.hh b/hscript/key.hh
index aab23cf..0a53124 100644
--- a/hscript/key.hh
+++ b/hscript/key.hh
@@ -29,7 +29,7 @@ protected:
long line;
Key(long _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.