#include <wx/splitter.h>
#include <wx/gdicmn.h>
-const std::string void_string("");
+const std::string empty_string("");
//=====================================================================
namespace creaImageIO
/// Data stored by the list items
struct ItemData
{
- ItemData() : node(0), id(-1), attr(&void_string) {}
+ ItemData() : node(0), id(-1), attr(&empty_string) {}
// The corresponding Node
tree::Node* node;
// The id ?