summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/exceptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h
index ed002d0a9..ace7a1c00 100644
--- a/src/lib/exceptions.h
+++ b/src/lib/exceptions.h
@@ -351,8 +351,8 @@ public:
explicit InvalidSignerError (std::string reason);
};
-class ProgrammingError : public std::runtime_error
+class ProgrammingError : public std::runtime_error
{
public:
ProgrammingError (std::string file, int line, std::string message = "");