]> git.lyx.org Git - lyx.git/blobdiff - src/support/unicode.h
Fix bugs #6078 and #9364
[lyx.git] / src / support / unicode.h
index ddcd6c8fd07e5ade79d3c109be115c3105799230..aad4f8d408f697ca7a7c11ca78769331f34f4d72 100644 (file)
@@ -49,7 +49,7 @@ public:
        /// copy constructor needed because of pimpl_
        IconvProcessor(IconvProcessor const &);
        /// assignment operator needed because of pimpl_
-       void operator=(IconvProcessor const &);
+       IconvProcessor & operator=(IconvProcessor const &);
        /// destructor
        ~IconvProcessor();
 
@@ -68,7 +68,7 @@ private:
        /// \return true if the processor is ready to use.
        bool init();
        /// hide internals
-       struct Impl;
+       class Impl;
        Impl * pimpl_;
 };