]> git.lyx.org Git - lyx.git/blobdiff - src/support/docstream.h
CMake: fix merged build, seems GCC could not handle the namespaces correctly
[lyx.git] / src / support / docstream.h
index c15b27c2886cc53992c8a0543b8805b5cf8153c7..056205df1972a6170214df2e85ab8dda28dede60 100644 (file)
@@ -45,7 +45,7 @@ typedef std::basic_ostream<char_type> odocstream;
 class ifdocstream : public std::basic_ifstream<char_type> {
        typedef std::basic_ifstream<char_type> base;
 public:
-       ifdocstream(std::string const & encoding = "UTF-8");
+       ifdocstream();
        explicit ifdocstream(const char* s,
                std::ios_base::openmode mode = std::ios_base::in,
                std::string const & encoding = "UTF-8");