]> git.saurik.com Git - wxWidgets.git/blame - contrib/include/wx/net/web.h
build fix for latest C++ standard
[wxWidgets.git] / contrib / include / wx / net / web.h
CommitLineData
decb3a6a
JS
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
decb3a6a
JS
12#ifndef _WX_WEB_H_
13#define _WX_WEB_H_
14
15/*
16 * wxWeb
17 * Miscellaneous web functions
18 */
19
20class wxWeb
21{
22public:
23//// Ctor/dtor
24 wxWeb() {};
25
26//// Operations
27
28protected:
29};
30
31
32#endif //_WX_WEB_H_
33