summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgio.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgio.cxx')
-rw-r--r--sot/source/sdstor/stgio.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/source/sdstor/stgio.cxx b/sot/source/sdstor/stgio.cxx
index b9671bf0f33c..11f391efe0fb 100644
--- a/sot/source/sdstor/stgio.cxx
+++ b/sot/source/sdstor/stgio.cxx
@@ -337,14 +337,14 @@ sal_uLong Validator::FindUnrefedChains()
return FAT_OK;
}
-namespace { struct ErrorLink : public rtl::Static<Link, ErrorLink > {}; }
+namespace { struct ErrorLink : public rtl::Static<Link<>, ErrorLink > {}; }
-void StgIo::SetErrorLink( const Link& rLink )
+void StgIo::SetErrorLink( const Link<>& rLink )
{
ErrorLink::get() = rLink;
}
-const Link& StgIo::GetErrorLink()
+const Link<>& StgIo::GetErrorLink()
{
return ErrorLink::get();
}