fix compilation warning

This commit is contained in:
Le Tan 2018-04-20 23:04:33 +08:00
parent 1d0621cac3
commit 26ecf08f4a

View File

@ -230,7 +230,7 @@ void VMathJaxInplacePreviewHelper::textToHtmlFinished(int p_identitifer,
int p_timeStamp, int p_timeStamp,
const QString &p_html) const QString &p_html)
{ {
if (m_documentID != p_identitifer || m_timeStamp != (TS)p_timeStamp) { if (m_documentID != p_identitifer || m_timeStamp != (TimeStamp)p_timeStamp) {
return; return;
} }