From e4e95f4aafec8f09986e253a69338f773fa1e9bc Mon Sep 17 00:00:00 2001 From: granzuglia Date: Thu, 5 Apr 2012 09:01:44 +0000 Subject: [PATCH] removed dangerous ImageInfo redefinition. --- wrap/io_trimesh/import_out.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/wrap/io_trimesh/import_out.h b/wrap/io_trimesh/import_out.h index 00f0422a..f848e137 100644 --- a/wrap/io_trimesh/import_out.h +++ b/wrap/io_trimesh/import_out.h @@ -29,10 +29,12 @@ #include #include #include -#include -extern "C" {void ProcessFile(const char * FileName);} -ImageInfo_t ImageInfo; +extern "C" +{ +#include +void ProcessFile(const char * FileName); +} namespace vcg { namespace tri {