diff options
Diffstat (limited to 'protocols/Dummy/src/dummy_proto.h')
-rw-r--r-- | protocols/Dummy/src/dummy_proto.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/Dummy/src/dummy_proto.h b/protocols/Dummy/src/dummy_proto.h index b56795eedf..573d24cc0e 100644 --- a/protocols/Dummy/src/dummy_proto.h +++ b/protocols/Dummy/src/dummy_proto.h @@ -1,5 +1,5 @@ /*
-Copyright (c) 2014-17 Robert Pösel, 2017-24 Miranda NG team
+Copyright (c) 2014-17 Robert Pösel, 2017-25 Miranda NG team
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -38,7 +38,7 @@ struct CDummyProto : public PROTO<CDummyProto> MCONTACT AddToList(int flags, PROTOSEARCHRESULT* psr) override;
- //==== Events ==========================================================================
+ //======================================================================================
MWindow OnCreateAccMgrUI(MWindow) override;
@@ -50,5 +50,6 @@ struct CDummyProto : public PROTO<CDummyProto> int getTemplateId();
void selectTemplate(HWND, int templateId);
+ CMOption<bool> bAllowSending;
volatile unsigned int msgid;
};
|