summaryrefslogtreecommitdiff
path: root/src/sound_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_asset.h')
-rw-r--r--src/sound_asset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h
index 0a6c8f4e..67115606 100644
--- a/src/sound_asset.h
+++ b/src/sound_asset.h
@@ -104,6 +104,8 @@ public:
}
private:
+ std::string key_type () const;
+
void construct (boost::function<std::string (Channel)> get_path);
std::string path_from_channel (Channel channel, std::vector<std::string> const & files);