Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 582480 | Differences between
and this patch

Collapse All | Expand All

(-)kdelibs-4.14.17/khtml/dom/dom2_traversal.h.gcc6 (-1 / +1 lines)
Lines 214-220 public: Link Here
214
     *
214
     *
215
     */
215
     */
216
    enum ShowCode {
216
    enum ShowCode {
217
        SHOW_ALL                       = 0xFFFFFFFF,
217
        SHOW_ALL                       = (int)0xFFFFFFFF,
218
        SHOW_ELEMENT                   = 0x00000001,
218
        SHOW_ELEMENT                   = 0x00000001,
219
        SHOW_ATTRIBUTE                 = 0x00000002,
219
        SHOW_ATTRIBUTE                 = 0x00000002,
220
        SHOW_TEXT                      = 0x00000004,
220
        SHOW_TEXT                      = 0x00000004,

Return to bug 582480