]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsSpace.h
Fix a small compiler warning.
[lyx.git] / src / frontends / xforms / FormMathsSpace.h
index 19afd24e2eccc6509009891fe8f278d954659ba7..c7a1fafd4ae68da9ad6ee3609eca639a3025ebf8 100644 (file)
@@ -48,7 +48,7 @@ private:
        boost::scoped_ptr<FD_form_maths_space> dialog_;
 
        /// The current choice.
-       short space_;
+       int space_;
 };
 
 #endif //  FORM_MATHSSPACE_H