From 7a136b8a84f9b21e120efe734f86725c46b8531b Mon Sep 17 00:00:00 2001 From: bunnei Date: Tue, 22 Apr 2014 19:42:29 -0700 Subject: fixes to build on linux --- src/core/file_sys/meta_file_system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/file_sys/meta_file_system.h') diff --git a/src/core/file_sys/meta_file_system.h b/src/core/file_sys/meta_file_system.h index 961f75cda..f358d8d5c 100644 --- a/src/core/file_sys/meta_file_system.h +++ b/src/core/file_sys/meta_file_system.h @@ -104,7 +104,7 @@ public: // TODO: void IoCtl(...) void SetStartingDirectory(const std::string &dir) { - std::lock_guard guard(lock); + std::lock_guard guard(lock); startingDirectory = dir; } }; -- cgit v1.2.3