diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index c0f719054..04cd84166 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1280,6 +1280,8 @@ struct UploadChatInfo addStr() { } + A_DELETE_COPY(UploadChatInfo) + ChatTab *tab; Net::Download *upload; std::string text; |