aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerStack.h
diff options
context:
space:
mode:
Diffstat (limited to 'CompilerStack.h')
-rw-r--r--CompilerStack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CompilerStack.h b/CompilerStack.h
index 439077f3..cb4770cd 100644
--- a/CompilerStack.h
+++ b/CompilerStack.h
@@ -73,6 +73,7 @@ public:
void parse(std::string const& _sourceCode);
/// Returns a list of the contract names in the sources.
std::vector<std::string> getContractNames() const;
+ std::string defaultContractName() const;
/// Compiles the source units that were previously added and parsed.
void compile(bool _optimize = false);