From ea82a620deb58330a32baced99d1ae8faeec542f Mon Sep 17 00:00:00 2001 From: SySyAli Date: Thu, 4 Jan 2024 00:45:45 -0500 Subject: [PATCH] Linting --- IWindowInterface.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IWindowInterface.cpp b/IWindowInterface.cpp index a25fc99..b6e0e6b 100644 --- a/IWindowInterface.cpp +++ b/IWindowInterface.cpp @@ -169,6 +169,7 @@ void LinuxTracker::startTracking() #endif // TODO -void MacOSTracker::startTracking() { +void MacOSTracker::startTracking() +{ throw std::runtime_error("MacOS has not been implemented yet!"); } \ No newline at end of file