mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-04 11:47:53 +08:00
0032064: Coding Rules - make RWGltf_GltfJsonParser non-private
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user