summaryrefslogblamecommitdiffstats
path: root/graphics/gsculpt/files/patch-src::SelectTools::ToolSelectBase.cpp
blob: bd87ff642e515c8067bce2a2501fadd792e351b0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                                                 
--- ./src/SelectTools/ToolSelectBase.cpp.orig   Mon Jul 21 19:10:28 2003
+++ ./src/SelectTools/ToolSelectBase.cpp    Mon Jul 21 19:11:17 2003
@@ -146,7 +146,7 @@
 ToolSelectBase::ToolSelectBase( CadView *v,
                                          ObjPainterManager *pman,
                                          const string& funcName, const string& optTitle,
-                                         int tableWidth = 1 )
+                                         int tableWidth )
                : ToolSelectModel( v, pman, funcName, optTitle, tableWidth ),
                  CadClickAndDragEventHandler( v->getCadArea() )
 {