You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Rename Reference to RefCounted
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include "platform/javascript/logo.gen.h"
|
||||
#include "platform/javascript/run_icon.gen.h"
|
||||
|
||||
class EditorHTTPServer : public Reference {
|
||||
class EditorHTTPServer : public RefCounted {
|
||||
private:
|
||||
Ref<TCPServer> server;
|
||||
Map<String, String> mimes;
|
||||
|
||||
Reference in New Issue
Block a user