Skip to content

Commit 1877d8d

Browse files
committed
Warning
1 parent 0a06442 commit 1877d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/jrd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2629,7 +2629,7 @@ JAttachment* JProvider::createDatabase(CheckStatusWrapper* user_status, const ch
26292629
// try to create with overwrite = false
26302630
pageSpace->file = PIO_create(tdbb, expanded_name, false, false);
26312631
}
2632-
catch (status_exception)
2632+
catch (const status_exception&)
26332633
{
26342634
if (options.dpb_overwrite)
26352635
{

0 commit comments

Comments
 (0)