summaryrefslogtreecommitdiffstats
path: root/kontact/interfaces/uniqueapphandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/interfaces/uniqueapphandler.h')
-rw-r--r--kontact/interfaces/uniqueapphandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kontact/interfaces/uniqueapphandler.h b/kontact/interfaces/uniqueapphandler.h
index 3af1a877..6ecc2381 100644
--- a/kontact/interfaces/uniqueapphandler.h
+++ b/kontact/interfaces/uniqueapphandler.h
@@ -63,6 +63,8 @@ class KDE_EXPORT UniqueAppHandler : public DCOPObject
class UniqueAppHandlerFactoryBase
{
public:
+ UniqueAppHandlerFactoryBase() {}
+ virtual ~UniqueAppHandlerFactoryBase() {}
virtual UniqueAppHandler* createHandler( Plugin* ) = 0;
};