// Author: David Elliott
// Modified by:
// Created: 2003/03/16
-// RCS-ID: $Id:
+// RCS-ID: $Id$
// Copyright: (c) 2002 David Elliott
-// Licence: wxWindows license
+// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
+#include "wx/wxprec.h"
+
#include "wx/dcscreen.h"
+#ifndef WX_PRECOMP
+#endif //WX_PRECOMP
+
//-----------------------------------------------------------------------------
// wxMemoryDC
//-----------------------------------------------------------------------------
wxScreenDC::wxScreenDC(void)
{
- m_ok = false;
-};
+ m_ok = false;
+}
wxScreenDC::wxScreenDC( wxDC *WXUNUSED(dc) )
{
- m_ok = false;
-};
+ m_ok = false;
+}
wxScreenDC::~wxScreenDC(void)
{
}
-