~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to src/tron/gServerBrowser.cpp

  • Committer: Daniel Lee Harple
  • Date: 2011-05-24 02:58:47 UTC
  • mto: (563.48.4 armagetronad)
  • mto: This revision was merged to the branch mainline in revision 731.
  • Revision ID: leeharple@gmail.com-20110524025847-leph6sfotflvmxkg
Fix pedantic warnings when using clang++. Mostly extra semi-colons. Also some void functions returning something, and bools used in place of NULL

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
    gServerInfo():menuItem(NULL), show(true)
75
75
    {
76
 
    };
 
76
    }
77
77
 
78
78
    virtual ~gServerInfo();
79
79