From a1e2602c3de6685272186ee8071dc49598dbbed1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 5 Sep 2019 20:49:42 +0200 Subject: [PATCH] SongSave: allow throwing any exception --- src/SongSave.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SongSave.hxx b/src/SongSave.hxx index 73647f6a0..15da0e725 100644 --- a/src/SongSave.hxx +++ b/src/SongSave.hxx @@ -40,7 +40,7 @@ song_save(BufferedOutputStream &os, const DetachedSong &song); * Loads a song from the input file. Reading stops after the * "song_end" line. * - * Throws #std::runtime_error on error. + * Throws on error. */ std::unique_ptr song_load(TextFile &file, const char *uri,