From 8351c398bc19e462af4e07c1eff16496b3d69af8 Mon Sep 17 00:00:00 2001 From: Dmytro Korchynskyi Date: Tue, 18 May 2021 00:32:42 +0300 Subject: [PATCH] Fixed warnings in RemotePathChecker on Windows Signed-off-by: Dmytro Korchynskyi --- shell_integration/windows/NCUtil/RemotePathChecker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_integration/windows/NCUtil/RemotePathChecker.h b/shell_integration/windows/NCUtil/RemotePathChecker.h index 5758a9a5c..134138f13 100644 --- a/shell_integration/windows/NCUtil/RemotePathChecker.h +++ b/shell_integration/windows/NCUtil/RemotePathChecker.h @@ -26,7 +26,7 @@ #pragma once -class __declspec(dllexport) RemotePathChecker { +class RemotePathChecker { public: enum FileState { // Order synced with NCOverlay -- 2.30.2