aboutsummaryrefslogtreecommitdiffstats
path: root/test/compilationTests/gnosis/Events/CategoricalEvent.sol
diff options
context:
space:
mode:
authorErik Kundt <bitshift@posteo.org>2018-06-25 21:02:20 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-06-26 06:00:32 +0800
commit95c3488a26bf5c20b242a7358d0dd04948b326f2 (patch)
tree993783b500555fb1b5dcb4d3f7ae2331fdec96ce /test/compilationTests/gnosis/Events/CategoricalEvent.sol
parent3b1741909c7472b892695260b0b8c59a53c2183e (diff)
downloaddexon-solidity-95c3488a26bf5c20b242a7358d0dd04948b326f2.tar.gz
dexon-solidity-95c3488a26bf5c20b242a7358d0dd04948b326f2.tar.zst
dexon-solidity-95c3488a26bf5c20b242a7358d0dd04948b326f2.zip
Updates external contracts to new constructor syntax.
Diffstat (limited to 'test/compilationTests/gnosis/Events/CategoricalEvent.sol')
-rw-r--r--test/compilationTests/gnosis/Events/CategoricalEvent.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compilationTests/gnosis/Events/CategoricalEvent.sol b/test/compilationTests/gnosis/Events/CategoricalEvent.sol
index fbd1d744..6bcec271 100644
--- a/test/compilationTests/gnosis/Events/CategoricalEvent.sol
+++ b/test/compilationTests/gnosis/Events/CategoricalEvent.sol
@@ -13,7 +13,7 @@ contract CategoricalEvent is Event {
/// @param _collateralToken Tokens used as collateral in exchange for outcome tokens
/// @param _oracle Oracle contract used to resolve the event
/// @param outcomeCount Number of event outcomes
- function CategoricalEvent(
+ constructor(
Token _collateralToken,
Oracle _oracle,
uint8 outcomeCount