diff options
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index 2ced5bea9..11f5707a4 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -119,7 +119,7 @@ public: bool debugStop; bool debugQuit; std::list<DebugTrace> debugTraces; - void debug_throw(Error e); + void debugLastTrace(Error & e); private: SrcToStore srcToStore; |