This commit is contained in:
Jonas Kulla 2014-01-15 00:48:34 +01:00
parent c33144552a
commit 0f004b8601
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ struct Exception
Type type; Type type;
std::string msg; std::string msg;
Exception(Type type, const char *format, ...) Exception(Type type, const char *format, ...)
: type(type) : type(type)
{ {