summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-12 22:34:04 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-12 22:34:04 +0200
commitc83f348adce3a18a9144ecfd73f4629cf060cc2a (patch)
tree5528c60440343b547c15f4a95aa6acd06453fafe /src/wscript
parent04e215a7688239cb47fc86e8396756c685f338a1 (diff)
Add and use new File class.merged-to-main
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.
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript2
1 files changed, 2 insertions, 0 deletions
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