]> OCCT Git - occt.git/commitdiff
0033748: OCCT:Coding - Changing function signature to a more common one
authoranv <anv@opencascade.com>
Wed, 26 Jun 2024 11:52:43 +0000 (12:52 +0100)
committerPasukhin Dmitry <44947322+dpasukhi@users.noreply.github.com>
Mon, 8 Jul 2024 15:28:00 +0000 (17:28 +0200)
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: