Patch from Aaron.
[dcpomatic.git] / src / lib / job.h
index 5562afc16cc89cae1e9dec8941ee837622598d8b..21d8df0f667215863cfeb1dd30ad4446d77892a6 100644 (file)
@@ -56,9 +56,10 @@ public:
        }
 
        void start ();
+       virtual void pause() {}
        bool pause_by_user ();
        void pause_by_priority ();
-       void resume ();
+       virtual void resume ();
        void cancel ();
 
        bool is_new () const;