summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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{};
}
}