mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
UI: Cleanup libobs C++ type use
This commit is contained in:
@@ -106,7 +106,7 @@ private:
|
||||
|
||||
void ProcessClick(const vec2 &pos);
|
||||
|
||||
obs_data_t *wrapper = NULL;
|
||||
OBSDataAutoRelease wrapper = nullptr;
|
||||
bool changed;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user