diff options
Diffstat (limited to 'src/core/stdurl/url.h')
-rw-r--r-- | src/core/stdurl/url.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdurl/url.h b/src/core/stdurl/url.h index d1202d10e2..ec91490ef3 100644 --- a/src/core/stdurl/url.h +++ b/src/core/stdurl/url.h @@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. struct UrlRcvData {
MCONTACT hContact;
- HANDLE hDbEvent;
+ MEVENT hDbEvent;
};
struct UrlSendData {
|