diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/fmtfield.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/fmtfield.hxx b/include/vcl/fmtfield.hxx index 1d92a1b957b4..c1b8adc73c80 100644 --- a/include/vcl/fmtfield.hxx +++ b/include/vcl/fmtfield.hxx @@ -47,7 +47,7 @@ public: virtual FactoryFunction GetUITestFactory() const override; - Formatter* GetFormatter(); + Formatter& GetFormatter(); void SetFormatter(Formatter* pFormatter); protected: |