Update STLLoader.h

Fixed a typo.
pull/1549/head
Kim Kulling 2017-11-07 00:31:09 +01:00 committed by GitHub
parent 26171a7949
commit 4ff2592747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 {