]> git.saurik.com Git - wxWidgets.git/blob - contrib/src/net/web.cpp
fix for memory leak in paste
[wxWidgets.git] / contrib / src / net / web.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: web.h
3 // Purpose: wxWeb: portable web browser-related class
4 // Author: Julian Smart
5 // Modified by:
6 // Created: 2001-08-21
7 // RCS-ID: $Id$
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 // For compilers that support precompilation, includes "wx/wx.h".
13 #include "wx/wxprec.h"
14
15 #ifdef __BORLANDC__
16 #pragma hdrstop
17 #endif
18
19 #ifndef WX_PRECOMP
20 #include "wx/wx.h"
21 #endif
22
23 #include "wx/string.h"
24
25