diff options
Diffstat (limited to 'std/owned.sol')
-rw-r--r-- | std/owned.sol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/owned.sol b/std/owned.sol index bbb8d957..ee9860d3 100644 --- a/std/owned.sol +++ b/std/owned.sol @@ -9,7 +9,7 @@ contract owned { } } - function owned() { + function owned() public { owner = msg.sender; } } |