Change function name casing

Change function name casing to stick to project convention.
This commit is contained in:
Geoffrey Merck 2018-11-02 09:24:12 +01:00
parent d1c55b9394
commit ee4ceb85d1
3 changed files with 5 additions and 5 deletions

View file

@ -144,7 +144,7 @@ CAMBEData* CG2ProtocolHandler::readAMBE()
return data;
}
void CG2ProtocolHandler::PunchUDPHole(const wxString& address)
void CG2ProtocolHandler::punchUDPHole(const wxString& address)
{
unsigned char buffer[1];
::memset(buffer, 0, 1);