mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Make NotifyClient class again
This commit is contained in:
parent
40c2a8e469
commit
75e882bb9f
@ -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() {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user