Browse Source

Forward declare IOSystem in Exporter.hpp

Alexander Gessler 12 years ago
parent
commit
506d3fa154
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/assimp/Exporter.hpp

+ 1 - 0
include/assimp/Exporter.hpp

@@ -51,6 +51,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
 namespace Assimp	{
 namespace Assimp	{
 	class ExporterPimpl;
 	class ExporterPimpl;
+	class IOSystem;
 
 
 
 
 // ----------------------------------------------------------------------------------
 // ----------------------------------------------------------------------------------