diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-26 22:35:31 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-26 22:35:31 +0100 |
commit | c3b0ee59412f16427194518f5261eeb7cf002606 (patch) | |
tree | 65a5e59cf4a70bde2c43562cd821cc90f772bde6 /core/io/file_access_pack.h | |
parent | 16fa7885109988df1a2cec2b1859d2658dfbcae8 (diff) | |
download | redot-engine-c3b0ee59412f16427194518f5261eeb7cf002606.tar.gz |
Fix code style issues
Diffstat (limited to 'core/io/file_access_pack.h')
-rw-r--r-- | core/io/file_access_pack.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/io/file_access_pack.h b/core/io/file_access_pack.h index ae5e83d405..a90672ce26 100644 --- a/core/io/file_access_pack.h +++ b/core/io/file_access_pack.h @@ -223,7 +223,6 @@ public: virtual String get_filesystem_type() const; - DirAccessPack(); ~DirAccessPack(); }; |