summaryrefslogtreecommitdiff
path: root/basegfx/inc/basegfx/point/b3ipoint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/inc/basegfx/point/b3ipoint.hxx')
-rw-r--r--basegfx/inc/basegfx/point/b3ipoint.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basegfx/inc/basegfx/point/b3ipoint.hxx b/basegfx/inc/basegfx/point/b3ipoint.hxx
index 80f658630398..2924984ba202 100644
--- a/basegfx/inc/basegfx/point/b3ipoint.hxx
+++ b/basegfx/inc/basegfx/point/b3ipoint.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3ipoint.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: thb $ $Date: 2004-01-15 19:55:26 $
+ * last change: $Author: aw $ $Date: 2004-02-03 18:18:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,7 +120,7 @@ namespace basegfx
/** constructor with tuple to allow copy-constructing
from B3ITuple-based classes
*/
- explicit B3IPoint(const ::basegfx::B3ITuple& rTuple)
+ B3IPoint(const ::basegfx::B3ITuple& rTuple)
: B3ITuple(rTuple)
{}