File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ class FileAccess : public RefCounted {
120
120
121
121
protected:
122
122
virtual String _get_path () const { return " " ; }
123
-
123
+
124
124
bool _is_temp_file = false ;
125
125
bool _temp_keep_after_use = false ;
126
126
String _temp_path;
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class FileSystemProtocolUID : public FileSystemProtocol {
43
43
public:
44
44
FileSystemProtocolUID ();
45
45
FileSystemProtocolUID (const Ref<FileSystemProtocol> &p_protocol_res);
46
-
46
+
47
47
void set_protocol_resources (const Ref<FileSystemProtocol> &p_protocol_res);
48
48
49
49
virtual String globalize_path (const String &p_path) const override ;
@@ -60,4 +60,4 @@ class FileSystemProtocolUID : public FileSystemProtocol {
60
60
virtual Error set_read_only_attribute (const String &p_path, bool p_ro) const override ;
61
61
};
62
62
63
- #endif // FILESYSTEM_PROTOCOL_USER_H
63
+ #endif // FILESYSTEM_PROTOCOL_UID_H
You can’t perform that action at this time.
0 commit comments