From: Morgan Deters Date: Sat, 10 Nov 2012 16:08:37 +0000 (+0000) Subject: fix typo in language bindings X-Git-Tag: cvc5-1.0.0~7627 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1068a39e661d89d20b47e15fa7d142a28733196;p=cvc5.git fix typo in language bindings --- diff --git a/src/smt/logic_exception.i b/src/smt/logic_exception.i index 9fb859418..0c4ab50e0 100644 --- a/src/smt/logic_exception.i +++ b/src/smt/logic_exception.i @@ -4,4 +4,4 @@ %ignore CVC4::LogicException::LogicException(const char*); -%include "smt/Logic_exception.h" +%include "smt/logic_exception.h"