diff options
Diffstat (limited to 'src/gui/windows/textcommandeditor.h')
-rw-r--r-- | src/gui/windows/textcommandeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/textcommandeditor.h b/src/gui/windows/textcommandeditor.h index 7ee183f30..604971419 100644 --- a/src/gui/windows/textcommandeditor.h +++ b/src/gui/windows/textcommandeditor.h @@ -61,7 +61,7 @@ class TextCommandEditor final : public Window, void scheduleDelete() override final; private: - void showControls(const bool show); + void showControls(const Visible show); void save(); |