]> OCCT Git - occt.git/commitdiff
0033748: OCCT:Coding - Changing function signature to a more common one CR0-Hybrid-780-2024062602
authoranv <anv@opencascade.com>
Wed, 26 Jun 2024 14:04:45 +0000 (15:04 +0100)
committeroan <oan@opencascade.com>
Wed, 26 Jun 2024 14:04:45 +0000 (15:04 +0100)
Changing function virtual specifier and return type order to a more common to avoid wrapping issues.

src/DE/DE_ConfigurationNode.hxx

index 4f06830c9e3f6b5b773c17f77ec4048b29d7a94b..45b653338f10cfabc6eb8ce2802b218aa697e48a 100644 (file)
@@ -147,7 +147,7 @@ public:
   //!
   //! The main goal - real-time loading plug-in activation.
   //! OpenSource components don't need to have activation process.
-  Standard_EXPORT void virtual CustomActivation(const TColStd_ListOfAsciiString&) {};
+  Standard_EXPORT virtual void CustomActivation(const TColStd_ListOfAsciiString&) {};
 
 public: