summaryrefslogtreecommitdiffstats
path: root/cppu/source/threadpool/current.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/threadpool/current.hxx')
-rw-r--r--cppu/source/threadpool/current.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/threadpool/current.hxx b/cppu/source/threadpool/current.hxx
index 8ab4e3acf43a..cb0094413d66 100644
--- a/cppu/source/threadpool/current.hxx
+++ b/cppu/source/threadpool/current.hxx
@@ -41,7 +41,7 @@ struct IdContainer
~IdContainer();
};
-IdContainer * getIdContainer();
+IdContainer& getIdContainer();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */