aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
diff options
context:
space:
mode:
Diffstat (limited to 'courtroom.h')
-rw-r--r--courtroom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/courtroom.h b/courtroom.h
index 341d6dfd..1115e369 100644
--- a/courtroom.h
+++ b/courtroom.h
@@ -18,6 +18,7 @@
#include "aotextedit.h"
#include "aoevidencedisplay.h"
#include "datatypes.h"
+#include "chatlogpiece.h"
#include <QMainWindow>
#include <QLineEdit>
@@ -257,6 +258,8 @@ private:
QSignalMapper *char_button_mapper;
+ QVector<chatlogpiece> ic_chatlog_history;
+
// These map music row items and area row items to their actual IDs.
QVector<int> music_row_to_number;
QVector<int> area_row_to_number;