mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Changed unnecessary pass-by-value to pass-by-reference.
This commit is contained in:
@@ -32,7 +32,7 @@ namespace thread
|
||||
{
|
||||
public:
|
||||
virtual ~ThreadModule(){};
|
||||
virtual void unregister(std::string name) = 0;
|
||||
virtual void unregister(const std::string & name) = 0;
|
||||
}; // ThreadModule
|
||||
|
||||
} // thread
|
||||
|
||||
Reference in New Issue
Block a user