mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Update codebase to use PBD::Progress (2/2)
This commit is contained in:
parent
92fbab32c6
commit
02055a1c96
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue