better to use a std::vector here
Change-Id: Ibd875907bc0618df3b27ed77625ff62c352019ba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119109 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
parent
371ae1cf23
commit
e0ba91b7e8
1 changed files with 1 additions and 1 deletions
|
@ -1670,7 +1670,7 @@ private:
|
|||
bool deep_;
|
||||
|
||||
std::mutex mutex_;
|
||||
std::stack< Position > positions_;
|
||||
std::stack< Position, std::vector<Position> > positions_;
|
||||
OUString current_;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue