diff options
Diffstat (limited to 'src/preview/PreviewView.h')
| -rw-r--r-- | src/preview/PreviewView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preview/PreviewView.h b/src/preview/PreviewView.h index 367736a..ca2e01b 100644 --- a/src/preview/PreviewView.h +++ b/src/preview/PreviewView.h @@ -30,6 +30,7 @@ class PreviewView: public ui::Window { ui::Label * authorDateLabel; ui::Textblock * saveDescriptionTextblock; std::vector<ui::Component*> commentComponents; + std::vector<ui::Component*> commentTextComponents; int votesUp; int votesDown; public: |
