]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/graphicc.cpp
check that the bitmap is valid before getting its size to avoid asserts
[wxWidgets.git] / src / generic / graphicc.cpp
index d5da4a5a7b4dd132efcb45caaeb7eaaa33ae86ef..96e77321fa45ca7582863647dd12330997c7cab6 100755 (executable)
@@ -3,9 +3,9 @@
 // Purpose:     cairo device context class
 // Author:      Stefan Csomor
 // Modified by:
-// Created:     01/02/97
+// Created:     2006-10-03
 // RCS-ID:      $Id$
-// Copyright:   (c) Stefan Csomor
+// Copyright:   (c) 2006 Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -13,9 +13,6 @@
 
 #include "wx/dc.h"
 
-// For compilers that support precompilation, includes "wx.h".
-#include "wx/wxprec.h"
-
 #ifdef __BORLANDC__
 #pragma hdrstop
 #endif