Update codebase to use PBD::Progress (2/2)

This commit is contained in:
Robin Gareus 2023-05-18 21:47:35 +02:00
parent 92fbab32c6
commit 02055a1c96
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@
#ifndef __ardour_progress_reporter_h__
#define __ardour_progress_reporter_h__
#include "ardour/progress.h"
#include "pbd/progress.h"
/** A parent class for classes which can report progress on something */
class ProgressReporter : public ARDOUR::Progress
class ProgressReporter : public PBD::Progress
{
public:
ProgressReporter ();