X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/blobdiff_plain/ba95ae86a1edaa7af7e576bf30b39a3934693bd4..15e8d761002e4ad675e7902b2c187dd71015098a:/DrawingWindow.cpp diff --git a/DrawingWindow.cpp b/DrawingWindow.cpp index f68f43b..dac4246 100644 --- a/DrawingWindow.cpp +++ b/DrawingWindow.cpp @@ -607,7 +607,7 @@ void DrawingWindow::drawTextBg(int x, int y, const std::string &text, int flags) * * \see setColor(unsigned int), setBgColor(unsigned int) */ -unsigned int DrawingWindow::getPointColor(int x, int y) +unsigned int DrawingWindow::getPointColor(int x, int y) const { return image->pixel(x, y); }