Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
coolwanglu committed May 1, 2015
1 parent 394354f commit ae0adbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BackgroundRenderer/SplashBackgroundRenderer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ using std::unique_ptr;
const SplashColor SplashBackgroundRenderer::white = {255,255,255};

SplashBackgroundRenderer::SplashBackgroundRenderer(const string & imgFormat, HTMLRenderer * html_renderer, const Param & param)
: SplashOutputDev(splashModeRGB8, 4, gFalse, (SplashColorPtr)(&white), gTrue)
: SplashOutputDev(splashModeRGB8, 4, gFalse, (SplashColorPtr)(&white))
, html_renderer(html_renderer)
, param(param)
, format(imgFormat)
Expand Down

0 comments on commit ae0adbd

Please sign in to comment.