|
@@ -98,7 +98,7 @@ private:
|
|
|
properties_t properties;
|
|
properties_t properties;
|
|
|
OBSData settings;
|
|
OBSData settings;
|
|
|
OBSWeakObjectAutoRelease weakObj;
|
|
OBSWeakObjectAutoRelease weakObj;
|
|
|
- void *rawObj;
|
|
|
|
|
|
|
+ void *rawObj = nullptr;
|
|
|
std::string type;
|
|
std::string type;
|
|
|
PropertiesReloadCallback reloadCallback;
|
|
PropertiesReloadCallback reloadCallback;
|
|
|
PropertiesUpdateCallback callback = nullptr;
|
|
PropertiesUpdateCallback callback = nullptr;
|