From 94a2b65937bdfdcfd0ee3594b6df959552ede1a0 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 21 Jun 2007 15:24:46 +0000 Subject: [PATCH] move wxDouble typedef to _defs.i git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_defs.i | 1 + wxPython/src/_graphics.i | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/wxPython/src/_defs.i b/wxPython/src/_defs.i index 980e6ac0a9..6ee45d1114 100644 --- a/wxPython/src/_defs.i +++ b/wxPython/src/_defs.i @@ -93,6 +93,7 @@ typedef unsigned int size_t; typedef unsigned int time_t; typedef unsigned char byte; typedef unsigned long wxUIntPtr; +typedef double wxDouble; #define wxWindowID int #define wxCoord int diff --git a/wxPython/src/_graphics.i b/wxPython/src/_graphics.i index 8b667a7235..4ec84d7694 100644 --- a/wxPython/src/_graphics.i +++ b/wxPython/src/_graphics.i @@ -350,9 +350,6 @@ MustHaveApp(wxGraphicsPath); MustHaveApp(wxGraphicsContext); MustHaveApp(wxGCDC); -typedef double wxDouble; - - //---------------------------------------------------------------------------