mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
c2d82a9ad6
Submitted by: Simon Barner <barner@in.tum.de>
12 lines
411 B
C++
12 lines
411 B
C++
--- ./src/XformTools/ToolTransformModel.cpp.orig Mon Jul 21 19:05:58 2003
|
|
+++ ./src/XformTools/ToolTransformModel.cpp Mon Jul 21 19:06:20 2003
|
|
@@ -15,7 +15,7 @@
|
|
ObjPainterManager *pman,
|
|
const string& funcName,
|
|
const string& optTitle,
|
|
- int tableWidth = 1)
|
|
+ int tableWidth)
|
|
: ToolModifyModel(v, pman, funcName, optTitle, tableWidth)
|
|
{
|
|
}
|