From 094e1bab65bf220b64f37dc6431cc208ee52e54f Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 7 Nov 2019 19:37:46 -0600 Subject: hscript: Key dtor doesn't need out-of-line definition --- hscript/key.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hscript/key.hh') diff --git a/hscript/key.hh b/hscript/key.hh index 0a53124..aab23cf 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. -- cgit v1.2.3-60-g2f50