libobs/util: Add Get function to BPtr<>
This commit is contained in:
@@ -46,6 +46,8 @@ public:
|
||||
inline bool operator!() {return ptr == NULL;}
|
||||
inline bool operator==(T p) {return ptr == p;}
|
||||
inline bool operator!=(T p) {return ptr != p;}
|
||||
|
||||
inline T *Get() const {return ptr;}
|
||||
};
|
||||
|
||||
class ConfigFile {
|
||||
|
Reference in New Issue
Block a user