X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..6d9022fe3bb50a75b9b5eaf5cf32558e518ba310:/include/wx/sckipc.h diff --git a/include/wx/sckipc.h b/include/wx/sckipc.h index 743da0ab9f..47f506184f 100644 --- a/include/wx/sckipc.h +++ b/include/wx/sckipc.h @@ -122,6 +122,11 @@ public: protected: wxSocketServer *m_server; + +#ifdef __UNIX_LIKE__ + // the name of the file associated to the Unix domain socket, may be empty + wxString m_filename; +#endif // __UNIX_LIKE__ }; class wxTCPClient: public wxClientBase