X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Ftext.h;h=fe314f764eafb6114b4d91b11e49a3fb5efe1720;hb=edf35a7acb05289dc024733efd6e13205def5174;hp=268d146ccb2789fecc8b0b5382efe760ff5b386f;hpb=bfb33feb40c5b014e9eae3958b1ecb8161f1d090;p=libdcp.git diff --git a/src/text.h b/src/text.h index 268d146c..fe314f76 100644 --- a/src/text.h +++ b/src/text.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2014 Carl Hetherington + Copyright (C) 2012-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,6 +23,7 @@ #include "types.h" #include +#include #include namespace cxml { @@ -45,7 +46,7 @@ public: , v_align (TOP) {} - Text (boost::shared_ptr node); + Text (boost::shared_ptr node, int tcr); float v_position; VAlign v_align;