]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Validator.h
Add missing initialization
[lyx.git] / src / frontends / qt4 / Validator.h
index 0c4dbde632f0265fb9a1189248d10fd6d3e07d88..22e8d484d3d4b7ab02c3c50a817886eca23bd536 100644 (file)
@@ -62,6 +62,7 @@ public:
        void setBottom(Length const &);
        void setBottom(GlueLength const &);
        Length bottom() const { return b_; }
+       void setUnsigned(bool const u) { unsigned_ = u; }
        //@}
 
 private:
@@ -69,6 +70,7 @@ private:
        GlueLength g_;
        bool no_bottom_;
        bool glue_length_;
+       bool unsigned_;
 };