aboutsummaryrefslogtreecommitdiffstats
path: root/Types.cpp
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2015-01-26 16:48:29 +0800
committerLefteris Karapetsas <lefteris@refu.co>2015-01-29 04:46:16 +0800
commit3f5eb965840b57a3d8922c39d1e9f75266993db6 (patch)
tree54b52a820fa2cfdc8b5bf22c35b1ca6ac16466d7 /Types.cpp
parent468f26b1cce189ea47af9f99b8efe0834a3eed8c (diff)
downloaddexon-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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types.cpp b/Types.cpp
index c5f1a3ae..812271e3 100644
--- a/Types.cpp
+++ b/Types.cpp
@@ -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;