Skip to content

Commit

Permalink
Fix warning when compiling w/o libass
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Oct 23, 2022
1 parent 0c9d4f7 commit 2dc29ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/qmplay2/LibASS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,9 @@ LibASS::~LibASS()
{}

bool LibASS::addImgs(ass_image *, QMPlay2OSD *)
{}
{
return false;
}

void LibASS::setWindowSize(int, int)
{}
Expand Down

0 comments on commit 2dc29ce

Please sign in to comment.