Fixed define flag.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-08-16 17:31:11 +02:00
parent c58bc6f785
commit 73e67b8c5d
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -101,8 +101,8 @@ namespace ArbUt {
}
ss << fileName << "[" << trace.source.line << "] " << function << std::endl;
}
};
#endif
};
}
#endif // ARBUTILS_EXCEPTION_HPP