summaryrefslogtreecommitdiff
path: root/src/lib/exceptions.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-04 21:04:09 +0100
committerCarl Hetherington <cth@carlh.net>2026-01-05 12:23:26 +0100
commit8585a4cae42f6be5025b4cbdae399d57633c699f (patch)
tree184c83e6b6432f902477b86a6185cf160a7aa64d /src/lib/exceptions.h
parentddfeed4cbb8b9dfe3a6e77ef7e9e99532dfa3056 (diff)
Fix some untranslatable strings, spotted by Rob van Nieuwkerk.
Diffstat (limited to 'src/lib/exceptions.h')
-rw-r--r--src/lib/exceptions.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h
index 212d002e2..e6f795975 100644
--- a/src/lib/exceptions.h
+++ b/src/lib/exceptions.h
@@ -342,9 +342,7 @@ public:
class CPLNotFoundError : public DCPError
{
public:
- CPLNotFoundError(std::string id)
- : DCPError(fmt::format("CPL {} not found", id))
- {}
+ CPLNotFoundError(std::string id);
};