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