Fix int highlight() comment

This commit is contained in:
Mohammed Alyousef 2020-04-14 23:28:39 +03:00 committed by Albrecht Schlosser
parent b4dd1d36dd
commit 29ec4e0e55

View File

@ -478,9 +478,7 @@ public:
void highlight(int start, int end);
/**
Returns the highlighted text.
When you are done with the text, free it using the free() function.
Returns a non-zero value if text has been highlighted, 0 otherwise.
*/
int highlight() { return mHighlight.selected(); }