aboutsummaryrefslogtreecommitdiff
path: root/backend/Location.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Location.h')
-rw-r--r--backend/Location.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/Location.h b/backend/Location.h
index 94c3eac..1b23c78 100644
--- a/backend/Location.h
+++ b/backend/Location.h
@@ -2,8 +2,8 @@
class Location {
protected:
- Location();
- virtual ~Location();
+ Location() = default;
+ virtual ~Location() = default;
friend class LocationFactory;
};