diff options
Diffstat (limited to 'src/preview/PreviewView.cpp')
| -rw-r--r-- | src/preview/PreviewView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preview/PreviewView.cpp b/src/preview/PreviewView.cpp index dac5311..d48a5a5 100644 --- a/src/preview/PreviewView.cpp +++ b/src/preview/PreviewView.cpp @@ -199,7 +199,7 @@ void PreviewView::NotifyCommentsChanged(PreviewModel * sender) int currentY = 0; ui::Label * tempUsername; ui::Textblock * tempComment; - std::vector<Comment*> * tempComments = sender->GetComments(); + std::vector<SaveComment*> * tempComments = sender->GetComments(); if(tempComments) { for(int i = 0; i < tempComments->size(); i++) |
