summaryrefslogtreecommitdiffstats
path: root/graphics/gsculpt/files/patch-src::Model::CModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gsculpt/files/patch-src::Model::CModel.cpp')
-rw-r--r--graphics/gsculpt/files/patch-src::Model::CModel.cpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/gsculpt/files/patch-src::Model::CModel.cpp b/graphics/gsculpt/files/patch-src::Model::CModel.cpp
new file mode 100644
index 000000000..9461fdb76
--- /dev/null
+++ b/graphics/gsculpt/files/patch-src::Model::CModel.cpp
@@ -0,0 +1,23 @@
+--- ./src/Model/CModel.cpp.orig Mon Jul 21 18:40:40 2003
++++ ./src/Model/CModel.cpp Mon Jul 21 18:41:05 2003
+@@ -68,17 +68,17 @@
+ }
+
+
+-BBox CModel::getBBox(bool selectedOnly = true) const
++BBox CModel::getBBox(bool selectedOnly) const
+ {
+ return BBox();
+ }
+
+-BBox CModel::getBBox(const Matrix4& m, bool selectedOnly = true) const
++BBox CModel::getBBox(const Matrix4& m, bool selectedOnly) const
+ {
+ return BBox();
+ }
+
+-BBox CModel::getBBox(const Transformation *x, bool selectedOnly = true) const
++BBox CModel::getBBox(const Transformation *x, bool selectedOnly) const
+ {
+ return BBox();
+ }