We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0d3fe commit 28eae6bCopy full SHA for 28eae6b
src/Interpreter/interpreter.h
@@ -6,6 +6,8 @@
6
7
class Interpreter {
8
public:
9
+ virtual ~Interpreter();
10
+
11
/**
12
* Push a new frame on to the call stack
13
* @param m module
0 commit comments