]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.C
This is the merging of the GUI API cleanup branch that was developed in svn+ssh:...
[features.git] / src / insets / insettabular.C
index 5b1bc8b8141a8cbc1c31364d9d49dbb44220a238..95e27e5f0cf74e637094b6d0a492a0cc12ffed61 100644 (file)
@@ -53,6 +53,8 @@ using lyx::graphics::PreviewLoader;
 
 using lyx::support::ltrim;
 
+using lyx::frontend::Painter;
+
 using boost::shared_ptr;
 
 using std::auto_ptr;
@@ -284,7 +286,7 @@ void InsetTabular::draw(PainterInfo & pi, int x, int y) const
        //lyxerr << "InsetTabular::draw: " << x << " " << y << endl;
        BufferView * bv = pi.base.bv;
 
-       static NullPainter nop;
+       static lyx::frontend::NullPainter nop;
        static PainterInfo nullpi(bv, nop);
 
        //resetPos(bv->cursor());