diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-28 15:50:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-28 15:50:26 +0100 |
| commit | 9d44328087d41016745ace95e7e989135056149b (patch) | |
| tree | 9b7208d6364a949ded183ff380c54602075a26ca /src/wscript | |
| parent | 084eff7331b1a7c9923282c5860f490648ad633a (diff) | |
Make HorizontalPosition a class containing a reference enum.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index 0840c72..655c5b5 100644 --- a/src/wscript +++ b/src/wscript @@ -17,6 +17,7 @@ def build(bld): effect.cc exceptions.cc font_size.cc + horizontal_position.cc iso6937.cc iso6937_tables.cc rational.cc @@ -45,6 +46,7 @@ def build(bld): exceptions.h font_size.h horizontal_position.h + horizontal_reference.h rational.h raw_subtitle.h reader.h |
