Skip to content

Commit 9d9f2d6

Browse files
Update Placeholders.h
1 parent 62b0fff commit 9d9f2d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/placeholders_interface/Placeholders.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Placeholders
77
{
88
public:
9-
static winrt::file_handle OpenFileHandle(const std::wstring &path, DWORD accessRights, bool openAsPlaceholder = true);
9+
static winrt::file_handle OpenFileHandle(const std::wstring &path, DWORD accessRights, bool openAsPlaceholder);
1010
static void UpdateSyncStatus(const std::wstring &path);
1111
static void UpdateFileIdentity(const std::wstring &path, const std::wstring &placeholderId);
1212
static FileState GetPlaceholderInfo(const std::wstring &path);

0 commit comments

Comments
 (0)