Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Jun 10, 2024
1 parent f275cb0 commit 06bd55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factorio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bool Factorio::onEvent(const Message::Events::MessageConstruct& e) {
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";
}

0 comments on commit 06bd55c

Please sign in to comment.