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

@ -52,7 +52,7 @@ public:
CHeaderData* readHeader();
CAMBEData* readAMBE();
void PunchUDPHole(const wxString& addr);
void punchUDPHole(const wxString& addr);
void close();