Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jun 10, 2015
1 parent c4b59a5 commit 0beb4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk/src/DisplayRenderer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void DisplayRenderer::adjustImage(const Cairo::RefPtr<Cairo::ImageSurface> &surf
}
}

Cairo::RefPtr<Cairo::ImageSurface> ImageRenderer::render(int page, double resolution) const
Cairo::RefPtr<Cairo::ImageSurface> ImageRenderer::render(int /*page*/, double resolution) const
{
Glib::RefPtr<Gdk::Pixbuf> pixbuf;
try{
Expand Down

0 comments on commit 0beb4d5

Please sign in to comment.