aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/irc/botircdiceparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc/botircdiceparser.h')
-rw-r--r--irc/botircdiceparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/botircdiceparser.h b/irc/botircdiceparser.h
index 5933b12..2d42cfc 100644
--- a/irc/botircdiceparser.h
+++ b/irc/botircdiceparser.h
@@ -34,7 +34,7 @@ public:
explicit BotIrcDiceParser(QObject *parent = 0);
virtual ~BotIrcDiceParser();
- QString diceToText(ExportedDiceResult &dice, bool highlight, bool homogeneous);
+ QString diceToText(QList<ExportedDiceResult>& dice, bool highlight, bool homogeneous);
QString startDiceParsing(QString &cmd, bool highlight);
public slots:
void errorOccurs(QAbstractSocket::SocketError);