diff options
Diffstat (limited to 'src/extension/effect.h')
| -rw-r--r-- | src/extension/effect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/effect.h b/src/extension/effect.h index 58e39c63d..0724bd961 100644 --- a/src/extension/effect.h +++ b/src/extension/effect.h @@ -128,6 +128,7 @@ public: Gtk::VBox * get_info_widget(void); bool no_doc; // if true, the effect does not process SVG document at all, so no need to save, read, and watch for errors + bool no_live_preview; // if true, the effect does not need "live preview" checkbox in its dialog void set_pref_dialog (PrefDialog * prefdialog); private: |
