aboutsummaryrefslogtreecommitdiffstats
path: root/LValue.cpp
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2015-03-07 00:20:00 +0800
committerLefteris Karapetsas <lefteris@refu.co>2015-03-12 19:53:00 +0800
commit3ca37cadddf4f58cef5273c6b49e0f55c1162251 (patch)
tree1147f0f7d00ec34b8099016ff180c5c5f6722087 /LValue.cpp
parent7d7f37bd5e1221243729edbd6ef8d19fd2ce13eb (diff)
downloaddexon-solidity-3ca37cadddf4f58cef5273c6b49e0f55c1162251.tar
dexon-solidity-3ca37cadddf4f58cef5273c6b49e0f55c1162251.tar.gz
dexon-solidity-3ca37cadddf4f58cef5273c6b49e0f55c1162251.tar.bz2
dexon-solidity-3ca37cadddf4f58cef5273c6b49e0f55c1162251.tar.lz
dexon-solidity-3ca37cadddf4f58cef5273c6b49e0f55c1162251.tar.xz
dexon-solidity-3ca37cadddf4f58cef5273c6b49e0f55c1162251.tar.zst
dexon-solidity-3ca37cadddf4f58cef5273c6b49e0f55c1162251.zip
Fixes after rebasing on top of develop
Diffstat (limited to 'LValue.cpp')
-rw-r--r--LValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/LValue.cpp b/LValue.cpp
index a036be80..db3cd56b 100644
--- a/LValue.cpp
+++ b/LValue.cpp
@@ -234,7 +234,7 @@ void StorageItem::setToZero(SourceLocation const&, bool _removeReference) const
}
/// Used in StorageByteArrayElement
-static IntegerType byteType(8, IntegerType::Modifier::Hash);
+static FixedBytesType byteType(1);
StorageByteArrayElement::StorageByteArrayElement(CompilerContext& _compilerContext):
LValue(_compilerContext, byteType)