diff --git a/fizz/protocol/StateMachine-inl.h b/fizz/protocol/StateMachine-inl.h index edc73fca0cd..a8911b113a6 100644 --- a/fizz/protocol/StateMachine-inl.h +++ b/fizz/protocol/StateMachine-inl.h @@ -61,7 +61,7 @@ class EventHandler : public EventHandlerBase { static typename sm::Actions handle( \ const typename sm::State&, \ typename sm::Param param); \ - }; + } template typename StateMachine::EventHandlerFun StateMachine::getHandler( diff --git a/fizz/server/ServerProtocol.cpp b/fizz/server/ServerProtocol.cpp index 5e36ab9eca3..6378f6184c5 100644 --- a/fizz/server/ServerProtocol.cpp +++ b/fizz/server/ServerProtocol.cpp @@ -74,7 +74,7 @@ FIZZ_DECLARE_EVENT_HANDLER( StateEnum::ExpectingCertificate, Event::Certificate, StateEnum::ExpectingCertificateVerify, - StateEnum::ExpectingFinished) + StateEnum::ExpectingFinished); FIZZ_DECLARE_EVENT_HANDLER( ServerTypes,