diff options
Diffstat (limited to 'include/svx/svdundo.hxx')
-rw-r--r-- | include/svx/svdundo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx index a6cf4b497212..c4116616e43a 100644 --- a/include/svx/svdundo.hxx +++ b/include/svx/svdundo.hxx @@ -387,7 +387,7 @@ private: void Do(::std::vector<sal_Int32> & rSortOrder); public: - SdrUndoSort(SdrPage & rPage, + SdrUndoSort(const SdrPage & rPage, ::std::vector<sal_Int32> const& rSortOrder); virtual void Undo() override; |