Deprecate EventHandler::FType(), replace with GetType()

This commit is contained in:
Jon Siwek 2020-05-15 18:37:48 -07:00
parent 6aa1d0468d
commit 938ad35a43
5 changed files with 19 additions and 12 deletions

View file

@ -1810,7 +1810,7 @@ bool Manager::SendEvent(ReaderFrontend* reader, const string& name, const int nu
name.c_str(), num_vals);
#endif
RecordType *type = handler->FType()->Args();
RecordType* type = handler->GetType()->Args();
int num_event_vals = type->NumFields();
if ( num_vals != num_event_vals )
{