From 7e50d77bafb63c1a30c51a773c74479bcd555a99 Mon Sep 17 00:00:00 2001 From: arkpar Date: Fri, 24 Apr 2015 13:18:14 +0200 Subject: [PATCH] fixed windows build --- mix/CodeModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix/CodeModel.cpp b/mix/CodeModel.cpp index a56444d02..357ce88b9 100644 --- a/mix/CodeModel.cpp +++ b/mix/CodeModel.cpp @@ -281,7 +281,7 @@ void CodeModel::runCompilationJob(int _jobId) emit stateChanged(); } -void CodeModel::collectContracts(solidity::CompilerStack const& _cs) +void CodeModel::collectContracts(dev::solidity::CompilerStack const& _cs) { Guard pl(x_pendingContracts); Guard l(x_contractMap);