SaveTool: remove an unused argument in handleFileAction.
This commit is contained in:
parent
e77f46ecc4
commit
d23095f662
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ SaveTool::~SaveTool() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void SaveTool::handleFileAction(efsw::WatchID watch_id,
|
void SaveTool::handleFileAction(efsw::WatchID watch_id,
|
||||||
const std::string& dir,
|
const std::string&,
|
||||||
const std::string& filename,
|
const std::string& filename,
|
||||||
efsw::Action action,
|
efsw::Action action,
|
||||||
std::string old_filename)
|
std::string old_filename)
|
||||||
|
|
Loading…
Reference in a new issue