Explorar o código

Forward declare IOSystem in Exporter.hpp

Alexander Gessler %!s(int64=12) %!d(string=hai) anos
pai
achega
506d3fa154
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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	{
 	class ExporterPimpl;
+	class IOSystem;
 
 
 // ----------------------------------------------------------------------------------