summaryrefslogtreecommitdiffstats
path: root/src/pyscanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyscanner.h')
-rw-r--r--src/pyscanner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pyscanner.h b/src/pyscanner.h
index fa009a0..6172375 100644
--- a/src/pyscanner.h
+++ b/src/pyscanner.h
@@ -34,6 +34,7 @@
class PythonLanguageScanner : public ParserInterface
{
public:
+ virtual ~PythonLanguageScanner() {}
void parseInput(const char * fileName,
const char *fileBuf,
Entry *root);