Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit e77d439

Browse files
committed
fix windows
Signed-off-by: James <namnh0122@gmail.com>
1 parent 8c4b046 commit e77d439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/services/file_watcher_service.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class FileWatcherService {
2323
private:
2424
#if defined(_WIN32)
25-
HANDLE dir_handle = INVALID_HANDLE_VALUE
25+
HANDLE dir_handle = INVALID_HANDLE_VALUE;
2626
HANDLE stop_event;
2727
#elif defined(__APPLE__)
2828
FSEventStreamRef event_stream;

0 commit comments

Comments
 (0)