summaryrefslogtreecommitdiffstats
path: root/common/domain
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-07-07 00:09:15 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-07-07 00:09:15 +0200
commit724a0380b7709a64a433dff0cc8fba26aea1df98 (patch)
tree98472fbd2b41809f7c2a253d85f70710f322235d /common/domain
parentef8fcadb0c0ad4af055262a4dd9c37d4905cc0fa (diff)
downloadsink-724a0380b7709a64a433dff0cc8fba26aea1df98.tar.gz
sink-724a0380b7709a64a433dff0cc8fba26aea1df98.zip
Fixed all warnings
Diffstat (limited to 'common/domain')
-rw-r--r--common/domain/event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/domain/event.h b/common/domain/event.h
index 68c684a..38020f8 100644
--- a/common/domain/event.h
+++ b/common/domain/event.h
@@ -33,8 +33,8 @@ namespace Akonadi2 {
33 33
34namespace ApplicationDomain { 34namespace ApplicationDomain {
35 namespace Buffer { 35 namespace Buffer {
36 class Event; 36 struct Event;
37 class EventBuilder; 37 struct EventBuilder;
38 } 38 }
39 39
40/** 40/**