summaryrefslogtreecommitdiff
path: root/core/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/resource.h')
-rw-r--r--core/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/resource.h b/core/resource.h
index 8d2c72d120..2e336e1caf 100644
--- a/core/resource.h
+++ b/core/resource.h
@@ -126,7 +126,7 @@ public:
void set_name(const String& p_name);
String get_name() const;
- void set_path(const String& p_path);
+ void set_path(const String& p_path,bool p_take_over=false);
String get_path() const;
Ref<Resource> duplicate(bool p_subresources=false);