mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Add missing rename from the previous commit.
No idea how this was compiling locally. Found by the bots. llvm-svn: 198775
This commit is contained in:
parent
731f7b3ccb
commit
0994280828
@ -196,7 +196,7 @@ private:
|
||||
if (!Other.HasError) {
|
||||
// Get the other value.
|
||||
HasError = false;
|
||||
new (getStorage()) storage_type(*Other.get());
|
||||
new (getStorage()) storage_type(*Other.getStorage());
|
||||
} else {
|
||||
// Get other's error.
|
||||
HasError = true;
|
||||
|
Loading…
Reference in New Issue
Block a user