summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set_cal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/set/set_cal.h')
-rw-r--r--src/core/hle/service/set/set_cal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/set/set_cal.h b/src/core/hle/service/set/set_cal.h
index bb50336aa..583036eac 100644
--- a/src/core/hle/service/set/set_cal.h
+++ b/src/core/hle/service/set/set_cal.h
@@ -11,7 +11,7 @@ namespace Service::Set {
class SET_CAL final : public ServiceFramework<SET_CAL> {
public:
explicit SET_CAL();
- ~SET_CAL() = default;
+ ~SET_CAL();
};
} // namespace Service::Set