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

« back to all changes in this revision

Viewing changes to src/gui/widgets/gmtab.h

  • 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:
18
18
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
19
 */
20
20
 
21
 
#ifndef GMTAB_H
22
 
#define GMTAB_H
 
21
#ifndef GUI_WIDGETS_GMTAB_H
 
22
#define GUI_WIDGETS_GMTAB_H
23
23
 
24
24
#include "gui/widgets/chattab.h"
25
25
 
38
38
        int getType() const override A_WARN_UNUSED
39
39
        { return ChatTab::TAB_GM; }
40
40
 
41
 
        void saveToLogFile(std::string &msg) override;
 
41
        void saveToLogFile(const std::string &msg) override;
42
42
 
43
43
    protected:
44
44
        void getAutoCompleteList(StringVect &names) const override;
50
50
 
51
51
extern GmTab *gmChatTab;
52
52
 
53
 
#endif  // GMTAB_H
 
53
#endif  // GUI_WIDGETS_GMTAB_H