Skip to content

Commit a2362b1

Browse files
committed
[LINT] error 18:
Symbol 'Symbol' redeclared (TypeDiff) conflicts with Location Signed-off-by: Jocelyn Legault <jocelynlegault@gmail.com>
1 parent 910b0fe commit a2362b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonScript/src/ConsoleDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void ConsoleDialog::init(HINSTANCE hInst, NppData& nppData, ConsoleInterface* co
6969

7070
}
7171

72-
BOOL ConsoleDialog::run_dlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
72+
BOOL CALLBACK ConsoleDialog::run_dlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
7373
{
7474
switch(message)
7575
{

0 commit comments

Comments
 (0)