mirror of
https://github.com/Aitum/obs-aitum-multistream.git
synced 2024-11-23 02:42:34 +01:00
Fix build
This commit is contained in:
parent
b5ba258c8e
commit
7723119e6c
@ -150,7 +150,9 @@ void showVerticalWarning(QVBoxLayout *verticalLayout)
|
||||
verticalLayout->addWidget(verticalWarning);
|
||||
}
|
||||
|
||||
//static config_t *(*get_user_config_func)(void) = nullptr;
|
||||
#if LIBOBS_API_VER < MAKE_SEMANTIC_VERSION(31, 0, 0)
|
||||
static config_t *(*get_user_config_func)(void) = nullptr;
|
||||
#endif
|
||||
|
||||
config_t *get_user_config(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user