fix the misplaced & in the private stuff as well
[quassel.git] / src / core / coreuserinputhandler.h
index 1d84d4b..e9d732a 100644 (file)
@@ -83,7 +83,7 @@ protected:
     void timerEvent(QTimerEvent *event);
 
 private:
-    void doMode(const BufferInfo& bufferInfo, const QChar& addOrRemove, const QChar& mode, const QString &nickList);
+    void doMode(const BufferInfo& bufferInfo, const QChar &addOrRemove, const QChar &mode, const QString &nickList);
     void banOrUnban(const BufferInfo &bufferInfo, const QString &text, bool ban);
     void putPrivmsg(const QByteArray &target, const QByteArray &message, Cipher *cipher = 0);
     int lastParamOverrun(const QString &cmd, const QList<QByteArray> &params);