]> git.lyx.org Git - lyx.git/blobdiff - src/WordLangTuple.h
#9130 Text in main work area isn't rendered with high resolution
[lyx.git] / src / WordLangTuple.h
index 51a72bf310620881dcd5fceef6e698af291c334b..0e3391e296816aba82f515d48c3256a42af382a9 100644 (file)
@@ -27,7 +27,7 @@ namespace lyx {
  */
 class WordLangTuple {
 public:
-       WordLangTuple() {}
+       WordLangTuple() : lang_(0) {}
 
        WordLangTuple(docstring const & w, Language * l)
                : word_(w), lang_(l)