1
0
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:
kgv 2021-01-19 00:13:54 +03:00 committed by bugmaster
parent 5bae0bebe4
commit 5be130de06
4 changed files with 3 additions and 3 deletions

View File

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

View File

@ -14,7 +14,7 @@
#include <RWGltf_CafReader.hxx>
#include "RWGltf_GltfJsonParser.pxx"
#include "RWGltf_GltfJsonParser.hxx"
#include <RWGltf_TriangulationReader.hxx>
#include <BRep_Builder.hxx>

View File

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