make it build after mod

This commit is contained in:
shunf4
2024-04-20 12:48:57 +08:00
parent 18725aeba6
commit d5255dec84
7 changed files with 12 additions and 9 deletions
+1 -2
View File
@@ -11,7 +11,6 @@
#include <wchar.h>
#include "Panel.h"
#include "ViewSettings.h"
#ifdef LANG
#include "LangUtils.h"
using namespace NWindows;
@@ -370,7 +369,7 @@ void CCopyDialog::ShowPathFreeSpace(UString & strPath)
_freeSpace.SetText(strText);
}
bool CCopyDialog::OnCommand(int code, int itemID, LPARAM lParam)
bool CCopyDialog::OnCommand(unsigned code, unsigned itemID, LPARAM lParam)
{
if (itemID == IDC_COPY)
{