Skip to content

Commit bb407d9

Browse files
committed
wstring const
1 parent d7598b6 commit bb407d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/ApplicationFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ApplicationFactory
3232
HRESULT Execute(
3333
_In_ IHttpServer *pServer,
3434
_In_ IHttpContext *pHttpContext,
35-
_In_ std::wstring shadowCopyDirectory,
35+
_In_ std::wstring& shadowCopyDirectory,
3636
_Outptr_ IAPPLICATION **pApplication) const
3737
{
3838
// m_location.data() is const ptr copy to local to get mutable pointer

0 commit comments

Comments
 (0)