mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-31 01:22:08 -05:00
fix OBSBasic::AddScene function declaration
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user