mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-18 01:13:55 +02:00
Add Process functions for detached spawning
This commit is contained in:
@@ -105,6 +105,8 @@ class WineXdndProxy {
|
||||
*/
|
||||
Handle(WineXdndProxy* proxy);
|
||||
|
||||
friend WineXdndProxy;
|
||||
|
||||
public:
|
||||
/**
|
||||
* Reduces the reference count by one, and frees `proxy_` if this was
|
||||
@@ -120,8 +122,6 @@ class WineXdndProxy {
|
||||
|
||||
private:
|
||||
WineXdndProxy* proxy_;
|
||||
|
||||
friend WineXdndProxy;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user