summaryrefslogtreecommitdiffstats
path: root/src/object/color-profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/color-profile.cpp')
-rw-r--r--src/object/color-profile.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/object/color-profile.cpp b/src/object/color-profile.cpp
index 4b12df21b..15cdf11fe 100644
--- a/src/object/color-profile.cpp
+++ b/src/object/color-profile.cpp
@@ -215,8 +215,7 @@ ColorProfile::ColorProfile() : SPObject() {
this->rendering_intent = Inkscape::RENDERING_INTENT_UNKNOWN;
}
-ColorProfile::~ColorProfile() {
-}
+ColorProfile::~ColorProfile() = default;
bool ColorProfile::operator<(ColorProfile const &other) const {
gchar *a_name_casefold = g_utf8_casefold(this->name, -1 );
@@ -1211,8 +1210,7 @@ MemProfile::MemProfile() :
}
MemProfile::~MemProfile()
-{
-}
+= default;
static std::vector<MemProfile> perMonitorProfiles;