X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..574be073c070a9bbe81ad68e98187b0b9e82c2df:/interface/wx/ipcbase.h diff --git a/interface/wx/ipcbase.h b/interface/wx/ipcbase.h index f8728ccdc4..9cabae701c 100644 --- a/interface/wx/ipcbase.h +++ b/interface/wx/ipcbase.h @@ -6,6 +6,9 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// +/** + An enumeration for formats . +*/ enum wxIPCFormat { wxIPC_INVALID = 0, @@ -33,7 +36,6 @@ enum wxIPCFormat /** @class wxConnectionBase - @wxheader{ipcbase.h} @todo Document this class.