diff options
Diffstat (limited to 'plugins/UserInfoEx/src/psp_options.h')
-rw-r--r-- | plugins/UserInfoEx/src/psp_options.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/plugins/UserInfoEx/src/psp_options.h b/plugins/UserInfoEx/src/psp_options.h index 599610d427..ab6c05c733 100644 --- a/plugins/UserInfoEx/src/psp_options.h +++ b/plugins/UserInfoEx/src/psp_options.h @@ -22,12 +22,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef _UINFOEX_OPTIONS_H_INCLUDED_
#define _UINFOEX_OPTIONS_H_INCLUDED_
-struct MenuOptionsList {
- LPCSTR pszKey;
- const int idCheckbox;
- const int idNONE;
- const int idALL;
- const int idEXIMPORT;
+struct MenuOptionsList
+{
+ LPCSTR pszKey;
+ int idCheckbox;
+ int idNONE;
+ int idALL;
+ int idEXIMPORT;
};
void OptionsLoadModule();
|