summaryrefslogtreecommitdiff
path: root/src/net/eathena
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena')
-rw-r--r--src/net/eathena/mail2recv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/mail2recv.cpp b/src/net/eathena/mail2recv.cpp
index 9af91a754..94f3bb82d 100644
--- a/src/net/eathena/mail2recv.cpp
+++ b/src/net/eathena/mail2recv.cpp
@@ -276,7 +276,7 @@ void Mail2Recv::processCheckNameResult(Net::MessageIn &msg)
}
else
{
- mailWindow->createMail(mail->to);
+ MailWindow::createMail(mail->to);
}
break;
case MailQueueType::ValidateTo: