diff options
author | Armin Weiss <aw@openoffice.org> | 2004-02-03 17:18:23 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2004-02-03 17:18:23 +0000 |
commit | 352b1ab173ca5a9d36461a369ecaa8c6b7f2ac1e (patch) | |
tree | 0d048c461ac4aca90527f3e49bfbe8945b0d2959 /basegfx/inc/basegfx/point/b2ipoint.hxx | |
parent | d82e4a2dadf45b4b584eed7a24ce618af36c1444 (diff) |
Re-Added some automatic type conversions
Diffstat (limited to 'basegfx/inc/basegfx/point/b2ipoint.hxx')
-rw-r--r-- | basegfx/inc/basegfx/point/b2ipoint.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basegfx/inc/basegfx/point/b2ipoint.hxx b/basegfx/inc/basegfx/point/b2ipoint.hxx index 2ca58af84ae9..94c0554d699c 100644 --- a/basegfx/inc/basegfx/point/b2ipoint.hxx +++ b/basegfx/inc/basegfx/point/b2ipoint.hxx @@ -2,9 +2,9 @@ * * $RCSfile: b2ipoint.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: thb $ $Date: 2004-01-15 19:55:01 $ + * last change: $Author: aw $ $Date: 2004-02-03 18:18:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -116,7 +116,7 @@ namespace basegfx /** constructor with tuple to allow copy-constructing from B2ITuple-based classes */ - explicit B2IPoint(const ::basegfx::B2ITuple& rTuple) + B2IPoint(const ::basegfx::B2ITuple& rTuple) : B2ITuple(rTuple) {} |