Fix fatal spelling error.

This commit is contained in:
Axel Naumann 2016-04-26 12:10:19 +02:00 committed by sftnight
parent da2190ecf1
commit 29c0b8c742

View File

@ -1009,7 +1009,7 @@ namespace cling {
Transaction** T /* = 0 */) const {
assert(CO.DeclarationExtraction == 0
&& CO.ValuePrinting == 0
&& CO.ResultEvaluation = 0
&& CO.ResultEvaluation == 0
&& "Compilation Options not compatible with \"declare\" mode.");
StateDebuggerRAII stateDebugger(this);