mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-31 17:42:01 -05:00
add move constructor to wx connector class, add simple connector list class, add initial video settings class, update build files
This commit is contained in:
@@ -31,3 +31,8 @@ void OBSBasicSettings::PageChanged(wxListbookEvent &event)
|
||||
void OBSBasicSettings::PageChanging(wxListbookEvent &event)
|
||||
{
|
||||
}
|
||||
|
||||
void OBSBasicSettings::OnClose(wxCloseEvent &event)
|
||||
{
|
||||
Destroy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user