]> git.lyx.org Git - lyx.git/blobdiff - src/update_flags.h
Update sk.po
[lyx.git] / src / update_flags.h
index 0efa54112223e25e69af9c178031f9f8d6084fa6..517bfb62e4ee9a64e7b4c1961a087c08fd11c369 100644 (file)
@@ -46,7 +46,7 @@ inline flags operator&(flags const f, flags const g)
 
 inline flags operator~(flags const f)
 {
-       return static_cast<flags>(~int(f));
+       return static_cast<flags>(~int(f) & 0x3f);
 }
 
 } // namespace Update