diff options
Diffstat (limited to 'vcl/inc/verticaltabctrl.hxx')
-rw-r--r-- | vcl/inc/verticaltabctrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/verticaltabctrl.hxx b/vcl/inc/verticaltabctrl.hxx index f3522c2fe697..2575fc4ebe9b 100644 --- a/vcl/inc/verticaltabctrl.hxx +++ b/vcl/inc/verticaltabctrl.hxx @@ -59,7 +59,7 @@ public: sal_uInt16 GetPagePos(std::string_view rPageId) const; const OString& GetPageId(sal_uInt16 nIndex) const; - VclPtr<vcl::Window> GetPage(std::string_view rPageId); + VclPtr<vcl::Window> GetPage(std::string_view rPageId) const; void RemovePage(std::string_view rPageId); void InsertPage(const OString& rPageId, const OUString& rLabel, const Image& rImage, |