mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update std to contain visibility specifiers
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ contract owned {
|
||||
}
|
||||
}
|
||||
|
||||
function owned() {
|
||||
function owned() public {
|
||||
owner = msg.sender;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user