]> git.lyx.org Git - lyx.git/blobdiff - src/support/unicode.h
Maintain plain layout for separating paragraphs when switching layouts (#11936)
[lyx.git] / src / support / unicode.h
index 17b95dd29079c7ad69ac7efa110647dd0cdd17a1..74c37bdf4a9528d2d0e71d95293c43047a1f0df4 100644 (file)
@@ -41,7 +41,7 @@ namespace lyx {
  * per thread for each in/out encoding pair. This can e.g. be achieved by
  * using helpers for thread-local storage such as QThreadStorage or
  * boost::thread_specific_ptr. A single static instance protected by a mutex
- * would work as well, and might be preferrable for exotic encoding pairs.
+ * would work as well, and might be preferable for exotic encoding pairs.
  * Creating local IconvProcessor instances should be avoided because of the
  * overhead in iconv_open().
  */
@@ -62,8 +62,6 @@ public:
                char * out_buffer, size_t max_out_size);
        /// target encoding
        std::string to() const { return tocode_; }
-       // required by g++ 4.6
-       IconvProcessor(IconvProcessor && other);
 };
 
 /// Get the global IconvProcessor instance of the current thread for