summaryrefslogtreecommitdiffstats
path: root/ingen/Parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Parser.hpp')
-rw-r--r--ingen/Parser.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Parser.hpp b/ingen/Parser.hpp
index e87f34e7..19db3f8b 100644
--- a/ingen/Parser.hpp
+++ b/ingen/Parser.hpp
@@ -42,9 +42,9 @@ class World;
*/
class INGEN_API Parser {
public:
- explicit Parser() {}
+ explicit Parser() = default;
- virtual ~Parser() {}
+ virtual ~Parser() = default;
/** Record of a resource listed in a bundle manifest. */
struct ResourceRecord {