Skip to content

Commit c98189a

Browse files
authored
Update exception-safe.dd
1 parent f5c6a5c commit c98189a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/exception-safe.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ class Mailer
342342
void Send(Message msg)
343343
{
344344
{
345-
string origTitle = msg.Title();
345+
const origTitle = msg.Title();
346346
scope(exit) msg.SetTitle(origTitle);
347347
msg.SetTitle("[Sending] " ~ origTitle);
348348
Copy(msg, "Sent");

0 commit comments

Comments
 (0)