提交 03e1aaad 编写于 作者: J jp9000

fix OBSBasic::AddScene function declaration

上级 233694ad
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册