diff --git a/src/deck.cpp b/src/deck.cpp index 822fe32..8f98213 100644 --- a/src/deck.cpp +++ b/src/deck.cpp @@ -660,7 +660,7 @@ class Deck { // Likely bogus leak warnings. See: // https://nanobind.readthedocs.io/en/latest/faq.html#why-am-i-getting-errors-about-leaked-functions-and-types - // nb::set_leak_warnings(false); + nb::set_leak_warnings(false); } ~Deck() { memmap.close_file(); }