Browse Source

Exporter.hpp: predeclare IOSystem

Alexander Gessler 12 năm trước cách đây
mục cha
commit
fe248c89ec
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
 
 
 // ----------------------------------------------------------------------------------