diff options
Diffstat (limited to 'src/ir/effects.h')
-rw-r--r-- | src/ir/effects.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir/effects.h b/src/ir/effects.h index 2bd209d3e..d97b01a36 100644 --- a/src/ir/effects.h +++ b/src/ir/effects.h @@ -732,6 +732,7 @@ private: // we keep the code here simpler, but it does mean another optimization // cycle may be needed in some cases. } + void visitStringNew(StringNew* curr) {} }; public: |