From c6c8d96478fd62ea6b40222bf49f1a6860f6e82d Mon Sep 17 00:00:00 2001 From: Alexander van Amesfoort <amesfoort@astron.nl> Date: Wed, 11 Mar 2015 01:01:27 +0000 Subject: [PATCH] Task #7579: fix Backtrace in EXCEPTION_CLASS macro for APERTIF --- LCS/Common/include/Common/Exception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCS/Common/include/Common/Exception.h b/LCS/Common/include/Common/Exception.h index 7a0cd139f5c..71f96da40ad 100644 --- a/LCS/Common/include/Common/Exception.h +++ b/LCS/Common/include/Common/Exception.h @@ -188,7 +188,7 @@ namespace LOFAR public: \ excp(const std::string& text, const std::string& file="", \ int line=0, const std::string& function="", \ - Backtrace* bt=0) : \ + LOFAR::Backtrace* bt=0) : \ super(text, file, line, function, bt) {} \ virtual const std::string& type() const { \ static const std::string itsType(#excp); \ -- GitLab