diff --git a/include/bitmap_base.h b/include/bitmap_base.h index 175d5f4cdc..e15472b27b 100644 --- a/include/bitmap_base.h +++ b/include/bitmap_base.h @@ -30,8 +30,11 @@ #include #include - +namespace KIGFX +{ class COLOR4D; +} + class LINE_READER; class PLOTTER; @@ -243,7 +246,7 @@ public: * @param aDefaultPensize = the pen size used to plot the rectangle when bitmap is not supported */ void PlotImage( PLOTTER* aPlotter, const wxPoint& aPos, - COLOR4D aDefaultColor, int aDefaultPensize ); + KIGFX::COLOR4D aDefaultColor, int aDefaultPensize ); };