Skip to content

Commit 3f321ea

Browse files
authored
- Removed const in main of Http2Proxy.cpp
1 parent 8645cf1 commit 3f321ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Http2Proxy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "HttpProxy.h"
1919
#include "SrvLib/Service.h"
2020

21-
int main(int argc, const char* argv[])
21+
int main(int argc, char* argv[])
2222
{
2323
SrvParam SrvPara;
2424
wstring m_strModulePath;

0 commit comments

Comments
 (0)