From c83f348adce3a18a9144ecfd73f4629cf060cc2a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 12 Apr 2022 22:34:04 +0200 Subject: Add and use new File class. It was always a bit troubling that fopen_boost wasn't exception safe, and this also fixes a leak where load_ratings_list would never close the ratings file. --- src/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wscript') diff --git a/src/wscript b/src/wscript index 4270865f..ecd434d6 100644 --- a/src/wscript +++ b/src/wscript @@ -54,6 +54,7 @@ def build(bld): decrypted_kdm_key.cc encrypted_kdm.cc exceptions.cc + file.cc font_asset.cc fsk.cc gamma_transfer_function.cc @@ -143,6 +144,7 @@ def build(bld): decrypted_kdm_key.h encrypted_kdm.h exceptions.h + file.h font_asset.h frame.h fsk.h -- cgit v1.2.3