diff options
Diffstat (limited to 'src/gui/specialswindow.cpp')
-rw-r--r-- | src/gui/specialswindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/specialswindow.cpp b/src/gui/specialswindow.cpp index 60753aa54..cead5ebb6 100644 --- a/src/gui/specialswindow.cpp +++ b/src/gui/specialswindow.cpp @@ -58,7 +58,7 @@ class SpecialEntry final : public Container public: SpecialEntry(SpecialInfo *info); - A_DELETE_COPY(SpecialEntry); + A_DELETE_COPY(SpecialEntry) void update(int current, int needed); |