upgrade sigui api

remotes/push_mirror/cliemu_dump
aCaB 14 years ago
parent 88d09f480d
commit a49208e94b
  1. 2
      win32/clamav-for-windows/sigui/SigUI/installdb.cpp
  2. 2
      win32/clamav-for-windows/sigui/SigUI/installdb.h

@ -256,7 +256,7 @@ bool SigUICopy::copySignatures(const wxString &staging)
return OK;
}
int SigUICopy::sigprogress(const char* WXUNUSED(type), const char* WXUNUSED(name), void *context)
int SigUICopy::sigprogress(const char* WXUNUSED(type), const char* WXUNUSED(name), unsigned int WXUNUSED(custom), void *context)
{
SigUICopy *p = (SigUICopy*)context;
if (++p->cnt % 1000)

@ -40,7 +40,7 @@ class SigUICopy
bool copySignatures(const wxString &staging);
bool loadDB(const wxString& dir);
bool canceled(void);
static int sigprogress(const char *type, const char *name, void *context);
static int sigprogress(const char *type, const char *name, unsigned int custom, void *context);
};
#endif

Loading…
Cancel
Save