Skip to content
  • Halla Rempt's avatar
    Make KoStopGradient::colorAt threadsave · cd02553f
    Halla Rempt authored and Wolthera van Hövell's avatar Wolthera van Hövell committed
    Sneakily, the "buffer" variable was made a class variable. Marking
    it mutable allows us to change it from a const function, which hides
    the fact that this is global data (doubly hidden by there not being
    an m_ prefix), which makes the const function thread unsafe.
    cd02553f