~ubuntu-branches/ubuntu/saucy/manaplus/saucy-proposed

« back to all changes in this revision

Viewing changes to src/net/ea/gui/guildtab.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi, Andrei Karas, Patrick Matthäi
  • Date: 2013-06-10 10:53:26 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130610105326-c3xqk5ebcgy3jxmb
Tags: 1.3.6.9-1
[ Andrei Karas ]
* Add new files to copyright file.

[ Patrick Matthäi ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
    names.push_back("/notice ");
159
159
}
160
160
 
161
 
void GuildTab::saveToLogFile(std::string &msg)
 
161
void GuildTab::saveToLogFile(const std::string &msg)
162
162
{
163
163
    if (chatLogger)
164
164
        chatLogger->log("#Guild", msg);
165
165
}
166
166
 
167
 
void GuildTab::playNewMessageSound()
 
167
void GuildTab::playNewMessageSound() const
168
168
{
169
169
    soundManager.playGuiSound(SOUND_GUILD);
170
170
}