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

Commit 03a2967

Browse files
committed
PR
1 parent c673abe commit 03a2967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fml/thread_local.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ class ThreadLocalUniquePtr {
3737
FML_DISALLOW_COPY_AND_ASSIGN(ThreadLocalUniquePtr);
3838
};
3939

40-
#endif // FML_THREAD_LOCAL_PTHREADS
41-
4240
} // namespace fml
41+
42+
#endif // FLUTTER_FML_THREAD_LOCAL_H_

0 commit comments

Comments
 (0)