summaryrefslogtreecommitdiff
path: root/src/atmos_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-14 01:00:05 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-14 01:00:05 +0200
commit274dd30f2b11fe8ea563a2ac7436c9d463865b0b (patch)
tree199e7447606339d461f6f87d16095376d8f809b3 /src/atmos_asset.h
parent4bd57fbbac67ac04ec47a9765b9f278aa1691851 (diff)
Fix/hide some warnings.
Diffstat (limited to 'src/atmos_asset.h')
-rw-r--r--src/atmos_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atmos_asset.h b/src/atmos_asset.h
index 7ee55d92..a682ae60 100644
--- a/src/atmos_asset.h
+++ b/src/atmos_asset.h
@@ -65,7 +65,7 @@ public:
std::shared_ptr<AtmosAssetReader> start_read () const;
static std::string static_pkl_type (Standard);
- std::string pkl_type (Standard s) const {
+ std::string pkl_type (Standard s) const override {
return static_pkl_type (s);
}