aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libparser/node/occurencecountnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libparser/node/occurencecountnode.h')
-rw-r--r--src/libparser/node/occurencecountnode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libparser/node/occurencecountnode.h b/src/libparser/node/occurencecountnode.h
index 4801bfb..10f0789 100644
--- a/src/libparser/node/occurencecountnode.h
+++ b/src/libparser/node/occurencecountnode.h
@@ -31,7 +31,6 @@ public:
OccurenceCountNode();
void run(ExecutionNode* previous= nullptr);
- virtual QString toString(bool withLabel) const;
ExecutionNode* getCopy() const;
qint64 getPriority() const;