mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Make Channels more thread-safe (I know, I know..)
--HG-- branch : minor
This commit is contained in:
+2
-2
@@ -56,14 +56,14 @@ public:
|
||||
* Retains the Object, i.e. increases the
|
||||
* reference count by one.
|
||||
**/
|
||||
void retain();
|
||||
virtual void retain();
|
||||
|
||||
/**
|
||||
* Releases one reference to the Object, i.e. decrements the
|
||||
* reference count by one, and potentially deletes the Object
|
||||
* if there are no more references.
|
||||
**/
|
||||
void release();
|
||||
virtual void release();
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user