We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BSResource::ID
1 parent 38e4d0a commit 54ca33fCopy full SHA for 54ca33f
1 file changed
include/RE/B/BSResource_ID.h
@@ -8,7 +8,10 @@ namespace RE::BSResource
8
public FileID // 0
9
{
10
public:
11
- ID(const char* a_path)
+ ID() = default;
12
+ ID(const ID&) noexcept = default;
13
+
14
+ ID(const char* a_path) noexcept
15
16
GenerateFromPath(a_path);
17
}
0 commit comments