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/chattab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/chattab.h') diff --git a/src/gui/widgets/chattab.h b/src/gui/widgets/chattab.h index 09f2b35ee..27149a9f1 100644 --- a/src/gui/widgets/chattab.h +++ b/src/gui/widgets/chattab.h @@ -134,7 +134,7 @@ class ChatTab : public Tab virtual void saveToLogFile(std::string &msg); - std::list &getRows() + std::list &getRows() const { return mTextOutput->getRows(); } bool hasRows() const -- cgit v1.2.3-60-g2f50