Parcourir la source

Update STLLoader.h

Fixed a typo.
Kim Kulling il y a 7 ans
Parent
commit
4ff2592747
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      code/STLLoader.h

+ 1 - 1
code/STLLoader.h

@@ -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 {