Commit 71e537b0 authored by charras's avatar charras

Changed some c_str and GetData functions to GetChars in .Printf functions (forgotten changes)

parent 657325be
...@@ -3,10 +3,6 @@ ...@@ -3,10 +3,6 @@
* @file basicframe.cpp * @file basicframe.cpp
*/ */
#ifdef __GNUG__
# pragma implementation
#endif
#include <wx/aboutdlg.h> #include <wx/aboutdlg.h>
#include <wx/fontdlg.h> #include <wx/fontdlg.h>
...@@ -21,6 +17,7 @@ ...@@ -21,6 +17,7 @@
#include "confirm.h" #include "confirm.h"
#include "eda_doc.h" #include "eda_doc.h"
#include "wxstruct.h" #include "wxstruct.h"
#include "macros.h"
/* /*
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "dcsvg.h" #include "dcsvg.h"
#include "wx/image.h" #include "wx/image.h"
#include "macros.h"
#define wxSVG_DEBUG FALSE #define wxSVG_DEBUG FALSE
......
#include "fctsys.h"
#include "dialog_load_error.h" #include "dialog_load_error.h"
#include "macros.h"
DIALOG_LOAD_ERROR::DIALOG_LOAD_ERROR( wxWindow* parent ) DIALOG_LOAD_ERROR::DIALOG_LOAD_ERROR( wxWindow* parent )
: :
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include <wx/mimetype.h> #include <wx/mimetype.h>
#include <wx/tokenzr.h> #include <wx/tokenzr.h>
#include <wx/filename.h> #include <wx/filename.h>
#include "macros.h"
/*****************************************/ /*****************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment