UI: Cleanup libobs C++ type use

This commit is contained in:
VodBox
2021-11-26 23:23:51 +13:00
parent a8c30373d6
commit 3d544653e8
31 changed files with 538 additions and 992 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ private:
void ProcessClick(const vec2 &pos);
obs_data_t *wrapper = NULL;
OBSDataAutoRelease wrapper = nullptr;
bool changed;
public: