summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar/common.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-29 21:02:17 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-29 21:02:17 +0000
commit17c4d64be17d0943aad82a406820ad9fefaddaae (patch)
tree3e1a0b3d8cfd5eff52d1ddea5b87476acea3fc91 /plugins/TopToolBar/common.h
parent187798bdd5c9d1c917b6c22ea6c083e73ac36276 (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@690 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/common.h')
-rw-r--r--plugins/TopToolBar/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TopToolBar/common.h b/plugins/TopToolBar/common.h
index 4e4c31f393..26620cf85f 100644
--- a/plugins/TopToolBar/common.h
+++ b/plugins/TopToolBar/common.h
@@ -55,7 +55,7 @@ struct TopButtonInt
DWORD CheckFlags(DWORD Flags);
void CreateWnd(void);
void LoadSettings(void);
- void SaveSettings(int &SepCnt, int &LaunchCnt);
+ void SaveSettings(int *SepCnt, int *LaunchCnt);
void SetBitmap(void);
__inline bool isSep() const