From: bugmaster Date: Thu, 12 Nov 2015 11:43:38 +0000 (+0300) Subject: Cosmetic correction X-Git-Tag: V7_0_0_beta~128 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=d5f0e4adb9b2b98109256a4793534972a2e1d05f;p=occt.git Cosmetic correction --- diff --git a/src/BOPTest/BOPTest.hxx b/src/BOPTest/BOPTest.hxx index 1969e079ba..bfded0a47d 100644 --- a/src/BOPTest/BOPTest.hxx +++ b/src/BOPTest/BOPTest.hxx @@ -56,6 +56,7 @@ public: Standard_EXPORT static void HistoryCommands (Draw_Interpretor& aDI); Standard_EXPORT static void DebugCommands (Draw_Interpretor& aDI); + Standard_EXPORT static void CellsCommands (Draw_Interpretor& aDI); protected: diff --git a/src/BOPTest/FILES b/src/BOPTest/FILES index 3c62a01a28..8b8155711b 100755 --- a/src/BOPTest/FILES +++ b/src/BOPTest/FILES @@ -13,4 +13,5 @@ BOPTest_OptionCommands.cxx BOPTest_PartitionCommands.cxx BOPTest_TolerCommands.cxx BOPTest_HistoryCommands.cxx -BOPTest_DebugCommands.cxxBOPTest_CellsCommands.cxx \ No newline at end of file +BOPTest_DebugCommands.cxx +BOPTest_CellsCommands.cxx