]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.h
Try even harder to obtain an instant preview
[lyx.git] / src / Floating.h
index b677f0ca7dcefba2b7bc36d632b08c04c4d474e4..d0a51a08d183de99aae70e055c04015fc60e3d7d 100644 (file)
@@ -26,7 +26,7 @@ namespace lyx {
 class Floating {
 public:
        ///
-       Floating() {}
+       Floating() : usesfloatpkg_(false), ispredefined_(false) {}
        ///
        Floating(std::string const & type, std::string const & placement,
                 std::string const & ext, std::string const & within,