aboutsummaryrefslogtreecommitdiff
path: root/src/3rdParty/efsw/FileWatcherGeneric.cpp
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2025-05-07 12:46:39 +0800
committerLi Jin <dragon-fly@qq.com>2025-05-07 12:46:39 +0800
commitc925dbea9c9108a18b9abf4a57d9d59b0ed04652 (patch)
treed26083e7358739961fea4fd1bee094e35be45490 /src/3rdParty/efsw/FileWatcherGeneric.cpp
parent4dba7838d2d805f71faa065a3024232b505d9d21 (diff)
downloadyuescript-c925dbea9c9108a18b9abf4a57d9d59b0ed04652.tar.gz
yuescript-c925dbea9c9108a18b9abf4a57d9d59b0ed04652.tar.bz2
yuescript-c925dbea9c9108a18b9abf4a57d9d59b0ed04652.zip
Tried adding more table matching functions.
Diffstat (limited to 'src/3rdParty/efsw/FileWatcherGeneric.cpp')
-rw-r--r--src/3rdParty/efsw/FileWatcherGeneric.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdParty/efsw/FileWatcherGeneric.cpp b/src/3rdParty/efsw/FileWatcherGeneric.cpp
index 3f3c52e..468d27c 100644
--- a/src/3rdParty/efsw/FileWatcherGeneric.cpp
+++ b/src/3rdParty/efsw/FileWatcherGeneric.cpp
@@ -25,7 +25,7 @@ FileWatcherGeneric::~FileWatcherGeneric() {
25} 25}
26 26
27WatchID FileWatcherGeneric::addWatch( const std::string& directory, FileWatchListener* watcher, 27WatchID FileWatcherGeneric::addWatch( const std::string& directory, FileWatchListener* watcher,
28 bool recursive, const std::vector<WatcherOption>& options ) { 28 bool recursive, const std::vector<WatcherOption>& /*options*/ ) {
29 std::string dir( directory ); 29 std::string dir( directory );
30 30
31 FileSystem::dirAddSlashAtEnd( dir ); 31 FileSystem::dirAddSlashAtEnd( dir );