diff options
Diffstat (limited to 'src/atmos_asset.h')
| -rw-r--r-- | src/atmos_asset.h | 2 |
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); } |
