diff options
Diffstat (limited to 'common/resource.cpp')
-rw-r--r-- | common/resource.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/resource.cpp b/common/resource.cpp index 40ad04c..68a237c 100644 --- a/common/resource.cpp +++ b/common/resource.cpp | |||
@@ -29,7 +29,8 @@ namespace Akonadi2 | |||
29 | { | 29 | { |
30 | 30 | ||
31 | Resource::Resource() | 31 | Resource::Resource() |
32 | : d(0) | 32 | : QObject(), |
33 | d(0) | ||
33 | { | 34 | { |
34 | 35 | ||
35 | } | 36 | } |