X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Funicode.h;h=17b95dd29079c7ad69ac7efa110647dd0cdd17a1;hb=bf56e2c8e1afa857cd5e313c19948040e41b8227;hp=6373e470ba0e446a192f08ea18f07f241b582437;hpb=e87febd0de53172186eeb3307729dcbb2d6f8c5c;p=lyx.git diff --git a/src/support/unicode.h b/src/support/unicode.h index 6373e470ba..17b95dd290 100644 --- a/src/support/unicode.h +++ b/src/support/unicode.h @@ -62,8 +62,8 @@ public: char * out_buffer, size_t max_out_size); /// target encoding std::string to() const { return tocode_; } - // required by g++ 4.7 - IconvProcessor(IconvProcessor &&) = default; + // required by g++ 4.6 + IconvProcessor(IconvProcessor && other); }; /// Get the global IconvProcessor instance of the current thread for