summaryrefslogtreecommitdiffstats
path: root/common/domain/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/event.h')
-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/**