mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0032064: Coding Rules - make RWGltf_GltfJsonParser non-private
This commit is contained in:
parent
5bae0bebe4
commit
5be130de06
@ -20,7 +20,7 @@ RWGltf_CafWriter.hxx
|
||||
RWGltf_GltfMaterialMap.cxx
|
||||
RWGltf_GltfMaterialMap.hxx
|
||||
RWGltf_GltfJsonParser.cxx
|
||||
RWGltf_GltfJsonParser.pxx
|
||||
RWGltf_GltfJsonParser.hxx
|
||||
RWGltf_GltfOStreamWriter.hxx
|
||||
RWGltf_GltfSceneNodeMap.hxx
|
||||
RWGltf_PrimitiveArrayReader.cxx
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include <RWGltf_CafReader.hxx>
|
||||
|
||||
#include "RWGltf_GltfJsonParser.pxx"
|
||||
#include "RWGltf_GltfJsonParser.hxx"
|
||||
#include <RWGltf_TriangulationReader.hxx>
|
||||
|
||||
#include <BRep_Builder.hxx>
|
||||
|
@ -12,7 +12,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include "RWGltf_GltfJsonParser.pxx"
|
||||
#include "RWGltf_GltfJsonParser.hxx"
|
||||
|
||||
#include <BRep_Builder.hxx>
|
||||
#include <gp_Quaternion.hxx>
|
||||
|
Loading…
x
Reference in New Issue
Block a user