From d5f0e4adb9b2b98109256a4793534972a2e1d05f Mon Sep 17 00:00:00 2001 From: bugmaster Date: Thu, 12 Nov 2015 14:43:38 +0300 Subject: [PATCH] Cosmetic correction --- src/BOPTest/BOPTest.hxx | 1 + src/BOPTest/FILES | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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