diff options
Diffstat (limited to 'src/gui/widgets/guitable.h')
-rw-r--r-- | src/gui/widgets/guitable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/guitable.h b/src/gui/widgets/guitable.h index 5953348fc..edbaecef3 100644 --- a/src/gui/widgets/guitable.h +++ b/src/gui/widgets/guitable.h @@ -56,7 +56,7 @@ public: GuiTable(TableModel *const initial_model = nullptr, const bool opacity = true); - A_DELETE_COPY(GuiTable); + A_DELETE_COPY(GuiTable) virtual ~GuiTable(); |