// Purpose: wxMemoryDCImpl implementation
// Author: Vaclav Slavik
// Created: 2006-08-16
-// RCS-ID: $Id$
// Copyright: (c) 2006 REA Elektronik GmbH
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
{
m_bmp = bitmap;
- if ( !bitmap.Ok() )
+ if ( !bitmap.IsOk() )
{
// select the bitmap out of the DC
m_surface = NULL;