move IMPLEMENT_CLASS macros for wxBuffered[Paint]DC to dcbufcmn.cpp to ensure that they're available in wxUSE_NEW_DC build too (and because they have nothing to do in dcbase.cpp anyhow)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-11-30 20:07:24 +00:00
parent 78cededfdc
commit 957ea55146
2 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,6 @@
#include "wx/dcmemory.h"
#include "wx/dcscreen.h"
#include "wx/dcprint.h"
#include "wx/dcbuffer.h" // for IMPLEMENT_DYNAMIC_CLASS
#include "wx/prntbase.h"
#ifndef WX_PRECOMP

View File

@ -91,6 +91,9 @@ bool wxSharedDCBufferManager::ms_usingSharedBuffer = false;
IMPLEMENT_DYNAMIC_CLASS(wxSharedDCBufferManager, wxModule)
IMPLEMENT_DYNAMIC_CLASS(wxBufferedDC, wxMemoryDC)
IMPLEMENT_ABSTRACT_CLASS(wxBufferedPaintDC, wxBufferedDC)
// ============================================================================
// wxBufferedDC
// ============================================================================