diff options
Diffstat (limited to 'include/svtools/ServerDetailsControls.hxx')
-rw-r--r-- | include/svtools/ServerDetailsControls.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/ServerDetailsControls.hxx b/include/svtools/ServerDetailsControls.hxx index 54d930136891..642f9d82e9b4 100644 --- a/include/svtools/ServerDetailsControls.hxx +++ b/include/svtools/ServerDetailsControls.hxx @@ -56,7 +56,7 @@ class DetailsContainer class HostDetailsContainer : public DetailsContainer { private: - sal_uInt16 m_nDefaultPort; + sal_uInt16 const m_nDefaultPort; OUString m_sScheme; OUString m_sHost; |