aboutsummaryrefslogtreecommitdiff
path: root/lib/events
diff options
context:
space:
mode:
Diffstat (limited to 'lib/events')
-rw-r--r--lib/events/eventrelation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/events/eventrelation.h b/lib/events/eventrelation.h
index e445ee42..2a841cf1 100644
--- a/lib/events/eventrelation.h
+++ b/lib/events/eventrelation.h
@@ -34,11 +34,11 @@ struct QUOTIENT_API EventRelation {
return { ReplacementType, std::move(eventId) };
}
- [[deprecated("Use ReplyRelation variable instead")]]
+ [[deprecated("Use ReplyType variable instead")]]
static constexpr auto Reply() { return ReplyType; }
- [[deprecated("Use AnnotationRelation variable instead")]] //
+ [[deprecated("Use AnnotationType variable instead")]] //
static constexpr auto Annotation() { return AnnotationType; }
- [[deprecated("Use ReplacementRelation variable instead")]] //
+ [[deprecated("Use ReplacementType variable instead")]] //
static constexpr auto Replacement() { return ReplacementType; }
};