diff options
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/typemanager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/typemanager.cxx b/cppuhelper/source/typemanager.cxx index 857018e204ec..b97d36d16aed 100644 --- a/cppuhelper/source/typemanager.cxx +++ b/cppuhelper/source/typemanager.cxx @@ -1670,7 +1670,7 @@ private: bool deep_; std::mutex mutex_; - std::stack< Position > positions_; + std::stack< Position, std::vector<Position> > positions_; OUString current_; }; |