2
0
Эх сурвалжийг харах

Forward declare IOSystem in Exporter.hpp

Alexander Gessler 12 жил өмнө
parent
commit
506d3fa154

+ 1 - 0
include/assimp/Exporter.hpp

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