瀏覽代碼

Forward declare IOSystem in Exporter.hpp

Alexander Gessler 12 年之前
父節點
當前提交
506d3fa154
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;
 
 
 // ----------------------------------------------------------------------------------