endif fixed

This commit is contained in:
Luis Cuenca 2017-09-12 21:35:34 -07:00
parent e1ac16498e
commit f25288178b
2 changed files with 12 additions and 8 deletions

View file

@ -1,3 +1,13 @@
//
// GLTFReader.cpp
// libraries/fbx/src
//
// Created by Luis Cuenca on 8/30/17.
// Copyright 2017 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include <QtCore/QBuffer>
#include <QtCore/QIODevice>

View file

@ -1,6 +1,6 @@
//
// GLTFReader.h
// interface/src/renderer
// libraries/fbx/src
//
// Created by Luis Cuenca on 8/30/17.
// Copyright 2017 High Fidelity, Inc.
@ -573,10 +573,4 @@ private:
void fbxDebugDump(const FBXGeometry& fbxgeo);
};
#endif //hifi_GLTFReader_h
#endif // hifi_GLTFReader_h