diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/errinf.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tools/errinf.hxx b/include/tools/errinf.hxx index 28c1c260f18c..390de61e389b 100644 --- a/include/tools/errinf.hxx +++ b/include/tools/errinf.hxx @@ -31,7 +31,7 @@ // FIXME: horrible legacy dependency on VCL from tools. namespace vcl { class Window; } -class EDcr_Impl; +class DynamicErrorInfo_Impl; class ErrHdl_Impl; class TOOLS_DLLPUBLIC ErrorInfo @@ -52,10 +52,10 @@ public: class TOOLS_DLLPUBLIC DynamicErrorInfo : public ErrorInfo { - friend class EDcr_Impl; + friend class DynamicErrorInfo_Impl; private: - std::unique_ptr<EDcr_Impl> pImpl; + std::unique_ptr<DynamicErrorInfo_Impl> pImpl; public: |