Skip to content
Snippets Groups Projects
Commit c6c8d964 authored by Alexander van Amesfoort's avatar Alexander van Amesfoort
Browse files

Task #7579: fix Backtrace in EXCEPTION_CLASS macro for APERTIF

parent 2ac6ff8b
No related branches found
No related tags found
No related merge requests found
......@@ -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); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment