Make NotifyClient class again

This commit is contained in:
Gioacchino Mazzurco 2018-08-28 14:12:09 +02:00
parent 40c2a8e469
commit 75e882bb9f
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -181,7 +181,7 @@ class RsFeedItem
// This mechanism can be used in plugins, new services, etc.
//
struct NotifyClient;
class NotifyClient;
class RsNotify
{
@ -206,8 +206,9 @@ class RsNotify
virtual bool setDisableAskPassword (const bool /*bValue*/) { return false ; }
};
struct NotifyClient
class NotifyClient
{
public:
NotifyClient() {}
virtual ~NotifyClient() {}