From 0f004b86017ee7dff74f7fed8cabf0963e31e846 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Wed, 15 Jan 2014 00:48:34 +0100 Subject: [PATCH] Spacing --- src/exception.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/exception.h b/src/exception.h index 0157915..47d9c78 100644 --- a/src/exception.h +++ b/src/exception.h @@ -47,7 +47,6 @@ struct Exception Type type; std::string msg; - Exception(Type type, const char *format, ...) : type(type) {