diff options
Diffstat (limited to 'plugins/MyDetails/data.h')
-rw-r--r-- | plugins/MyDetails/data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MyDetails/data.h b/plugins/MyDetails/data.h index 4f3a560ce9..d8c75beda4 100644 --- a/plugins/MyDetails/data.h +++ b/plugins/MyDetails/data.h @@ -60,7 +60,7 @@ public: // Methods ///////////////
- Protocol(const char *name);
+ Protocol(const char *name, const TCHAR *descr);
~Protocol();
bool IsValid();
|