aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerStack.h
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-04-22 16:23:00 +0800
committerchriseth <c@ethdev.com>2015-04-22 17:34:25 +0800
commit88239460bb24f0c7d3f44715c69e012d53bff7ea (patch)
treed22dd878a23685c33c5c7d186ca08a74cb095490 /CompilerStack.h
parenta44bcb6909478543151cac871fdbbc4909ad54aa (diff)
downloaddexon-solidity-88239460bb24f0c7d3f44715c69e012d53bff7ea.tar.gz
dexon-solidity-88239460bb24f0c7d3f44715c69e012d53bff7ea.tar.zst
dexon-solidity-88239460bb24f0c7d3f44715c69e012d53bff7ea.zip
Fixed use of libraries.
Diffstat (limited to 'CompilerStack.h')
-rw-r--r--CompilerStack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CompilerStack.h b/CompilerStack.h
index 2e7c217d..2f8c993b 100644
--- a/CompilerStack.h
+++ b/CompilerStack.h
@@ -140,7 +140,7 @@ private:
std::shared_ptr<SourceUnit> ast;
std::string interface;
bool isLibrary = false;
- void reset() { scanner.reset(); ast.reset(); interface.clear(); isLibrary = false;}
+ void reset() { scanner.reset(); ast.reset(); interface.clear(); }
};
struct Contract