Skip to content

Commit

Permalink
fix:merge compile lamda error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Mar 31, 2022
1 parent 228d700 commit e679463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articleview.cc
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ void ArticleView::tryMangleWebsiteClickedUrl( QUrl & url, Contexts & contexts )

QString ca = getCurrentArticle();
isFramedArticle( ca,
[ =, &url ]( bool framed )
[ &url, &contexts, &ca ]( bool framed )
{
if( framed )
{
Expand Down

0 comments on commit e679463

Please sign in to comment.