]> git.lyx.org Git - lyx.git/blobdiff - src/support/docstream.h
Replace the text class shared ptr by good old index-into-global-list.
[lyx.git] / src / support / docstream.h
index 50fb82b7bc3974087acf19084db542036f8e6f56..c3a82260144ea665fff864853037e582c08e20c3 100644 (file)
@@ -58,7 +58,6 @@ class odocfstream : public std::basic_ofstream<char_type> {
        typedef std::basic_ofstream<char_type> base;
 public:
        odocfstream();
-       odocfstream(std::string const & encoding);
        explicit odocfstream(const char* s,
                std::ios_base::openmode mode = std::ios_base::out|std::ios_base::trunc,
                std::string const & encoding = "UTF-8");