~ubuntu-branches/ubuntu/raring/mumble/raring

« back to all changes in this revision

Viewing changes to src/ACL.h

  • Committer: Bazaar Package Importer
  • Author(s): Thorvald Natvig, Patrick Matthäi, Thorvald Natvig
  • Date: 2011-02-19 22:58:58 UTC
  • mfrom: (9.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20110219225858-0xlftrf4z1z4jt9e
Tags: 1.2.3-1
[ Patrick Matthäi ]
* Do not build with non existant libpulse-dev on hurd-i386.

[ Thorvald Natvig ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
class ChanACL : public QObject {
41
41
        private:
42
42
                Q_OBJECT
43
 
                Q_DISABLE_COPY(ChanACL);
 
43
                Q_DISABLE_COPY(ChanACL)
44
44
        public:
45
45
                enum Perm {
46
46
                        None = 0x0,