Fix incorrect day-of-month in LocalTime.
[libdcp.git] / src / text.h
index 268d146ccb2789fecc8b0b5382efe760ff5b386f..fe314f764eafb6114b4d91b11e49a3fb5efe1720 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
 
     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 <boost/shared_ptr.hpp>
+#include <boost/optional.hpp>
 #include <list>
 
 namespace cxml {
@@ -45,7 +46,7 @@ public:
                , v_align (TOP)
        {}
        
-       Text (boost::shared_ptr<const cxml::Node> node);
+       Text (boost::shared_ptr<const cxml::Node> node, int tcr);
 
        float v_position;
        VAlign v_align;