]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_nestinset.C
This is the merging of the GUI API cleanup branch that was developed in svn+ssh:...
[features.git] / src / mathed / math_nestinset.C
index 05af75303894277ed1c2a6a740b4804bc51a7816..d4967a70488691c23050c32df63d42e33d19b1fc 100644 (file)
@@ -229,7 +229,7 @@ void MathNestInset::drawSelection(PainterInfo & pi, int x, int y) const
                return;
 
        // FIXME: hack to get position cache warm
-       static NullPainter nop;
+       static lyx::frontend::NullPainter nop;
        PainterInfo pinop(pi);
        pinop.pain = nop;
        draw(pinop, x, y);