summaryrefslogtreecommitdiff
path: root/basegfx/source/tuple/b3i64tuple.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/tuple/b3i64tuple.cxx')
-rw-r--r--basegfx/source/tuple/b3i64tuple.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basegfx/source/tuple/b3i64tuple.cxx b/basegfx/source/tuple/b3i64tuple.cxx
index f0f8c28db689..c904c50a389f 100644
--- a/basegfx/source/tuple/b3i64tuple.cxx
+++ b/basegfx/source/tuple/b3i64tuple.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3i64tuple.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hjs $ $Date: 2004-06-25 17:19:27 $
+ * last change: $Author: rt $ $Date: 2004-11-26 18:41:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@ namespace { struct EmptyTuple : public rtl::Static<basegfx::B3I64Tuple, EmptyTup
namespace basegfx
{
- static const B3I64Tuple& getEmptyTuple()
+ const B3I64Tuple& B3I64Tuple::getEmptyTuple()
{
return EmptyTuple::get();
}