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:
Rafael Espindola 2014-01-08 17:56:46 +00:00
parent 3ccb3f201e
commit ac8c55222e
1 changed files with 1 additions and 1 deletions

View File

@ -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;