Update STLLoader.h

Fixed a typo.
This commit is contained in:
Kim Kulling
2017-11-07 00:31:09 +01:00
committed by GitHub
parent 26171a7949
commit 4ff2592747

View File

@@ -49,7 +49,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <assimp/types.h>
// Forward declarations
class aiNode;
struct aiNode;
namespace Assimp {