fix OBSBasic::AddScene function declaration
This commit is contained in:
parent
233694ad04
commit
03e1aaad3e
@ -67,8 +67,9 @@ bool OBSBasic::InitGraphics()
|
||||
return true;
|
||||
}
|
||||
|
||||
void OBSBasic::AddScene(const char *name)
|
||||
bool OBSBasic::AddScene(const char *name)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void OBSBasic::OnClose(wxCloseEvent &event)
|
||||
|
Loading…
x
Reference in New Issue
Block a user