mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-01-11 17:29:09 +01:00
disk_archive: Make DiskDirectory's constructor explicit
Prevents implicit conversions/construction.
This commit is contained in:
parent
07855c48d1
commit
0e7ca706dc
@ -46,7 +46,7 @@ protected:
|
||||
|
||||
class DiskDirectory : public DirectoryBackend {
|
||||
public:
|
||||
DiskDirectory(const std::string& path);
|
||||
explicit DiskDirectory(const std::string& path);
|
||||
|
||||
~DiskDirectory() override {
|
||||
Close();
|
||||
|
Loading…
x
Reference in New Issue
Block a user