diff options
Diffstat (limited to 'autodoc/source/ary/kernel/reposy.cxx')
-rw-r--r-- | autodoc/source/ary/kernel/reposy.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc/source/ary/kernel/reposy.cxx b/autodoc/source/ary/kernel/reposy.cxx index 2a96d73e1c18..5436f844883e 100644 --- a/autodoc/source/ary/kernel/reposy.cxx +++ b/autodoc/source/ary/kernel/reposy.cxx @@ -45,7 +45,7 @@ RepositoryCenter::RepositoryCenter() aLocation(), pIdlPartition(0) { - pIdlPartition = & idl::InternalGate::Create_Partition_(*this); + pIdlPartition = & idl::InternalGate::Create_Partition_(); } RepositoryCenter::~RepositoryCenter() |