summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2019-08-11 20:56:04 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2019-08-11 20:56:04 +0200
commit14b523c61bd6ac032100c270edfbae43824463b8 (patch)
treefe6e1a19f8e117d7e48fa98b33999361d42de8f2
parent05abc872eafd9d6c5c4ae05b9262027aff070dac (diff)
downloadcc4group-14b523c61bd6ac032100c270edfbae43824463b8.tar.gz
cc4group-14b523c61bd6ac032100c270edfbae43824463b8.zip
Fix style
-rw-r--r--src/cppc4group.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppc4group.cpp b/src/cppc4group.cpp
index 2355aa6..5e8225b 100644
--- a/src/cppc4group.cpp
+++ b/src/cppc4group.cpp
@@ -24,7 +24,7 @@ struct CppC4Group::Private {
{
if(g == nullptr)
{
- throw std::bad_alloc();
+ throw std::bad_alloc{};
}
}