Replace aligned bool with enum Alignment.
[dcpomatic.git] / src / lib / upload_job.h
index 3a613fd72e4c1c73daed418b33a0811b3d7a761f..afd5ebda431488d0bac516061ab23b59860c0c6e 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 /** @file src/upload_job.h
  *  @brief A job to copy DCPs to a server using libcurl.
  */
 
+
 #include "job.h"
 
+
 class UploadJob : public Job
 {
 public:
-       explicit UploadJob (boost::shared_ptr<const Film>);
+       explicit UploadJob (std::shared_ptr<const Film>);
        ~UploadJob ();
 
        std::string name () const;