diff options
author | Lefteris Karapetsas <lefteris@refu.co> | 2015-01-26 16:48:29 +0800 |
---|---|---|
committer | Lefteris Karapetsas <lefteris@refu.co> | 2015-01-29 04:46:16 +0800 |
commit | 3f5eb965840b57a3d8922c39d1e9f75266993db6 (patch) | |
tree | 54b52a820fa2cfdc8b5bf22c35b1ca6ac16466d7 /Types.cpp | |
parent | 468f26b1cce189ea47af9f99b8efe0834a3eed8c (diff) | |
download | dexon-solidity-3f5eb965840b57a3d8922c39d1e9f75266993db6.tar.gz dexon-solidity-3f5eb965840b57a3d8922c39d1e9f75266993db6.tar.zst dexon-solidity-3f5eb965840b57a3d8922c39d1e9f75266993db6.zip |
Various small fixes for Sol Automatic Accessors
Diffstat (limited to 'Types.cpp')
-rw-r--r-- | Types.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -606,7 +606,7 @@ FunctionType::FunctionType(FunctionDefinition const& _function, bool _isInternal } FunctionType::FunctionType(VariableDeclaration const& _varDecl): - m_location(Location::INTERNAL) + m_location(Location::EXTERNAL) { TypePointers params; vector<string> paramNames; |