Kaydet (Commit) 8c609d7a authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: tdf#91673 wrong bit mask for BrowserMode

Change-Id: Iecd1d9d743fb3d7a02b31d2bee001de5092be7e0
üst 090ad6b0
...@@ -96,7 +96,7 @@ enum class BrowserMode ...@@ -96,7 +96,7 @@ enum class BrowserMode
}; };
namespace o3tl namespace o3tl
{ {
template<> struct typed_flags<BrowserMode> : is_typed_flags<BrowserMode, 0x7aff3f> {}; template<> struct typed_flags<BrowserMode> : is_typed_flags<BrowserMode, 0x7cff3f> {};
} }
#define BROWSER_NONE 0 #define BROWSER_NONE 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment