X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fuploader.h;h=dacee69702199b9e8dad2b5ca38668c52c0e678d;hb=78a95b32af03460182abccc62c784e696cf53e17;hp=d504ed0f8bd98d4923b987edf9a1c15313c4d2f7;hpb=1d5462ef8d6a32b964f0335e3dd68aac31075d14;p=dcpomatic.git diff --git a/src/lib/uploader.h b/src/lib/uploader.h index d504ed0f8..dacee6970 100644 --- a/src/lib/uploader.h +++ b/src/lib/uploader.h @@ -30,6 +30,8 @@ class Uploader { public: Uploader (boost::function set_status, boost::function set_progress); + virtual ~Uploader () {} + void upload (boost::filesystem::path directory); protected: