#include <wx/wx.h>
#endif
-#include <wx/wxexpr.h>
+#include <wx/deprecated/wxexpr.h>
#include <wx/ogl/basic.h>
#include <wx/ogl/basicp.h>
wxBitmapShape::wxBitmapShape():wxRectangleShape(100.0, 50.0)
{
- m_filename = "";
+ m_filename = wxEmptyString;
}
wxBitmapShape::~wxBitmapShape()