Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
SySyAli committed Jan 4, 2024
1 parent 7c47eb2 commit ea82a62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IWindowInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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!");
}

0 comments on commit ea82a62

Please sign in to comment.