mirror of
https://github.com/jakcron/nstool.git
synced 2024-12-22 18:55:29 +00:00
[nx-hb] Typo.
This commit is contained in:
parent
23bda04f35
commit
030c9070f5
|
@ -13,6 +13,12 @@ namespace nx
|
||||||
{
|
{
|
||||||
uint64_t offset;
|
uint64_t offset;
|
||||||
uint64_t size;
|
uint64_t size;
|
||||||
|
|
||||||
|
void operator=(const sSection& other)
|
||||||
|
{
|
||||||
|
offset = other.offset;
|
||||||
|
size = other.size;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
AssetHeader();
|
AssetHeader();
|
||||||
|
|
Loading…
Reference in a new issue