From de476bb95242e10c833394ef007728072eabe60f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 27 Aug 2012 01:27:11 +0300 Subject: Add const to more classes. --- src/gui/widgets/browserbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/browserbox.cpp') diff --git a/src/gui/widgets/browserbox.cpp b/src/gui/widgets/browserbox.cpp index df99905b7..387e96da4 100644 --- a/src/gui/widgets/browserbox.cpp +++ b/src/gui/widgets/browserbox.cpp @@ -658,7 +658,7 @@ void BrowserBox::updateHeight() } } -std::string BrowserBox::getTextAtPos(const int x, const int y) +std::string BrowserBox::getTextAtPos(const int x, const int y) const { int textX = 0; int textY = 0; -- cgit v1.2.3-70-g09d2