From: jean-pierre roux Date: Fri, 23 Oct 2009 20:00:40 +0000 (+0000) Subject: re-indent X-Git-Tag: CREATOOLS.2-0-3~51 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=209c90db5267285231d51ae34efe6c238eb520c0;p=crea.git re-indent --- diff --git a/src/creaWx.h b/src/creaWx.h index f442f7d..84a0390 100644 --- a/src/creaWx.h +++ b/src/creaWx.h @@ -9,7 +9,6 @@ #include "wx/wxprec.h" #include - #ifdef __BORLANDC__ #pragma hdrstop #endif @@ -29,16 +28,9 @@ typedef void wxWindow; #endif // EO USE_WXWIDGETS //=========================================================================== - - - - - //=========================================================================== #ifdef USE_WXWIDGETS - - #if defined(_WIN32) // How to have a Console and wxWidgets @@ -60,10 +52,8 @@ typedef void wxWindow; #endif // defined(_WIN32) - #include - namespace crea { //================================================================== @@ -80,7 +70,7 @@ namespace crea return wx; } //================================================================== - + //================================================================== /// Conversion wxString to std::string inline std::string wx2std(const wxString& s){ @@ -95,8 +85,6 @@ namespace crea return s2; } //================================================================== - - } #endif // EO USE_WXWIDGETS