1
0

Broken build

This commit is contained in:
Scott E. Graves
2017-02-15 18:06:39 -06:00
parent 7d7536c1ea
commit 7c86e946fc
2 changed files with 3 additions and 1 deletions

View File

@@ -499,6 +499,7 @@ CSiaDokanDrive::~CSiaDokanDrive()
void CSiaDokanDrive::Mount(const wchar_t& driveLetter, const String& cacheLocation, const std::uint64_t& maxCacheSizeBytes)
{
std::lock_guard<std::mutex> l(DokanImpl::GetMutex());
DokanImpl::Mount('s');
}
void CSiaDokanDrive::Unmount(const bool& clearCache)