]> git.saurik.com Git - wxWidgets.git/blame - include/wx/dcps.h
add const synonyms for wxGridTableBase::GetNumberRows/Cols(), using const_cast<>...
[wxWidgets.git] / include / wx / dcps.h
CommitLineData
99d80019
JS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/dcps.h
3// Purpose: wxPostScriptDC base header
4// Author: Julian Smart
5// Modified by:
6// Created:
7// Copyright: (c) Julian Smart
8// RCS-ID: $Id$
9// Licence: wxWindows Licence
10/////////////////////////////////////////////////////////////////////////////
11
bf38cbff
JS
12#ifndef _WX_DCPS_H_BASE_
13#define _WX_DCPS_H_BASE_
14
15#include "wx/generic/dcpsg.h"
16
17#endif
18