diff --git a/src/ntcore_cpp.cpp b/src/ntcore_cpp.cpp index dc4fe6560f..de38a132da 100644 --- a/src/ntcore_cpp.cpp +++ b/src/ntcore_cpp.cpp @@ -44,7 +44,10 @@ std::vector GetEntryInfo(StringRef prefix, unsigned int types) { return std::vector(); } -void Flush() {} +void Flush() { + Dispatcher& dispatcher = Dispatcher::GetInstance(); + dispatcher.Flush(); +} /* * Callback Creation Functions