File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4662,7 +4662,7 @@ pCmdUI->Enable (!m_strAutoSayString.IsEmpty ());
4662
4662
pCmdUI->SetCheck (m_bEnableAutoSay);
4663
4663
}
4664
4664
4665
- const char * CMUSHclientDoc::GetSocketError (int nError)
4665
+ CString CMUSHclientDoc::GetSocketError (int nError)
4666
4666
{
4667
4667
4668
4668
switch (nError)
Original file line number Diff line number Diff line change @@ -1837,7 +1837,7 @@ class CMUSHclientDoc : public CDocument
1837
1837
1838
1838
void OnConnect (int nErrorCode);
1839
1839
void HostNameResolved (WPARAM wParam, LPARAM lParam);
1840
- const char * GetSocketError (int nError);
1840
+ CString GetSocketError (int nError);
1841
1841
bool LookupHostName (LPCTSTR sName );
1842
1842
void InitiateConnection (void );
1843
1843
void ConnectionEstablished (void );
You can’t perform that action at this time.
0 commit comments