diff --git a/wpiutil/src/main/native/include/wpi/EventLoopRunner.h b/wpiutil/src/main/native/include/wpi/EventLoopRunner.h index 28114f64c4..1e643ba7ff 100644 --- a/wpiutil/src/main/native/include/wpi/EventLoopRunner.h +++ b/wpiutil/src/main/native/include/wpi/EventLoopRunner.h @@ -20,7 +20,7 @@ namespace wpi { */ class EventLoopRunner { public: - using LoopFunc = std::function; + using LoopFunc = std::function; EventLoopRunner(); virtual ~EventLoopRunner(); @@ -44,7 +44,7 @@ class EventLoopRunner { private: class Thread; - wpi::SafeThreadOwner m_owner; + SafeThreadOwner m_owner; }; } // namespace wpi