fix link
Some checks are pending
ContinuousIntegration / macos (push) Waiting to run
ContinuousIntegration / windows (push) Waiting to run
ContinuousIntegration / linux (push) Successful in 20s

This commit is contained in:
Green Sky 2024-06-10 22:39:56 +02:00
parent f275cb02d4
commit 06bd55c165
No known key found for this signature in database

View File

@ -22,7 +22,7 @@ bool Factorio::onEvent(const Message::Events::MessageConstruct& e) {
return false; return false;
} }
void onFileEvent(const std::string& path, const filewatch::Event change_type) { void Factorio::onFileEvent(const std::string& path, const filewatch::Event change_type) {
std::cout << "file even " << filewatch::event_to_string(change_type) << " on '" << path << "'\n"; std::cout << "file even " << filewatch::event_to_string(change_type) << " on '" << path << "'\n";
} }