Skip to content

Commit

Permalink
Fix windows compile error
Browse files Browse the repository at this point in the history
.. bool function must return a value; Bindings::addAnnotation()
  • Loading branch information
liversedge committed Mar 22, 2020
1 parent ce89389 commit 9282bd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Python/SIP/Bindings.cpp
Expand Up @@ -120,6 +120,8 @@ Bindings::addAnnotation(QString, QString s1, QString s2, double)
QStringList labels;
labels << s2;
python->chart->emitAnnotation(s1, labels);

return true;
}

void
Expand Down

0 comments on commit 9282bd7

Please sign in to comment.