]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.cpp
Do not overwrite read-only files. We now move the file to the backup directory and...
[lyx.git] / src / Floating.cpp
index 8cfdf8d746e94c960a49cdfcddea116b981beadc..cf48630f69bac3ee80794f60bcbe0c58a4068231 100644 (file)
@@ -31,12 +31,13 @@ Floating::Floating(string const & type, string const & placement,
                   string const & ext, string const & within,
                   string const & style, string const & name,
                   string const & listName, std::string const & listCmd, 
+                        string const & refPrefix,
                         string const & htmlTag, string const & htmlAttrib, 
                         string const & htmlStyle, bool needsfloat)
        : floattype_(type), placement_(placement), ext_(ext), within_(within),
          style_(style), name_(name), listname_(listName), listcommand_(listCmd),
-         needsfloatpkg_(needsfloat), html_tag_(htmlTag), html_attrib_(htmlAttrib), 
-         html_style_(htmlStyle)
+         refprefix_(refPrefix), needsfloatpkg_(needsfloat), html_tag_(htmlTag), 
+               html_attrib_(htmlAttrib), html_style_(htmlStyle)
 {}