diff --git a/yoga/event/event.h b/yoga/event/event.h index fb81b8fa..c917467e 100644 --- a/yoga/event/event.h +++ b/yoga/event/event.h @@ -80,7 +80,7 @@ struct YOGA_EXPORT Event { template const TypedData& get() const { return *static_cast*>(data_); - }; + } }; static void reset();