summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/hdr
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-26 14:37:20 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-26 14:37:20 +0000
commit54e756a851c3c4af2638fca7d0642b0ee7f36056 (patch)
treefaf04127c3979d28d30e404008332bc573ce10fa /plugins/Clist_modern/src/hdr
parentf14fa326359b2c32fb1f370f90956e86b43d2e51 (diff)
same parameter for clist_modern
git-svn-id: http://svn.miranda-ng.org/main/trunk@9946 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r--plugins/Clist_modern/src/hdr/modern_clc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_clc.h b/plugins/Clist_modern/src/hdr/modern_clc.h
index c7b29b94e4..1ec9a4dc44 100644
--- a/plugins/Clist_modern/src/hdr/modern_clc.h
+++ b/plugins/Clist_modern/src/hdr/modern_clc.h
@@ -426,7 +426,7 @@ void cliBeginRenameSelection(HWND hwnd,ClcData *dat);
int cliHitTest(HWND hwnd,ClcData *dat,int testx,int testy,ClcContact **contact,ClcGroup **group,DWORD *flags);
void cliScrollTo(HWND hwnd,ClcData *dat,int desty,int noSmooth);
int GetDropTargetInformation(HWND hwnd,ClcData *dat,POINT pt);
-void LoadCLCOptions(HWND hwnd,ClcData *dat);
+void LoadCLCOptions(HWND hwnd,ClcData *dat, BOOL bFirst);
//clcpaint.c