]> OCCT Git - occt.git/commitdiff
0033611: Data Exchange - Incorrect header guard for STEP property
authorichesnok <ichesnok@opencascade.com>
Fri, 8 Mar 2024 15:56:34 +0000 (15:56 +0000)
committervglukhik <vglukhik@opencascade.com>
Wed, 13 Mar 2024 17:18:27 +0000 (17:18 +0000)
Incorrect header guard fixed.

src/RWStepBasic/RWStepBasic_RWGeneralPropertyRelationship.hxx

index aa712f4b5ec0c3a51303d17bb9fe91bc0152cc6a..c5818adefd8f05953681be02032bcba115ab9253 100644 (file)
@@ -12,7 +12,7 @@
 // commercial license or contractual agreement.
 
 #ifndef _RWStepBasic_RWGeneralPropertyRelationship_HeaderFile
-#define _RWStepBasic_RWGeneralPropertyAssociation_HeaderFile
+#define _RWStepBasic_RWGeneralPropertyRelationship_HeaderFile
 
 #include <Standard.hxx>
 #include <Standard_DefineAlloc.hxx>