fix OBSBasic::AddScene function declaration

This commit is contained in:
jp9000 2013-12-26 04:29:57 -07:00
parent 233694ad04
commit 03e1aaad3e

View File

@ -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)