diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-20 15:11:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-20 15:11:57 +0100 |
| commit | da228f37426ac999f02e03e558acef5501b22361 (patch) | |
| tree | 201e133ec9bd72c0a3f5f2182476717994809ff7 /src/reel_sound_asset.h | |
| parent | 454e76146a5bd522e47ebbedd490e89ef95dd186 (diff) | |
Tidy up KDM generation from CPLs a bit.
Diffstat (limited to 'src/reel_sound_asset.h')
| -rw-r--r-- | src/reel_sound_asset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h index af898b46..0e27f380 100644 --- a/src/reel_sound_asset.h +++ b/src/reel_sound_asset.h @@ -46,6 +46,7 @@ public: } private: + std::string key_type () const; std::string cpl_node_name () const; }; |
