|
@@ -131,7 +131,7 @@ protected:
|
|
|
// A backend of BCAT that provides no operation.
|
|
// A backend of BCAT that provides no operation.
|
|
|
class NullBackend : public Backend {
|
|
class NullBackend : public Backend {
|
|
|
public:
|
|
public:
|
|
|
- explicit NullBackend(const DirectoryGetter& getter);
|
|
|
|
|
|
|
+ explicit NullBackend(DirectoryGetter getter);
|
|
|
~NullBackend() override;
|
|
~NullBackend() override;
|
|
|
|
|
|
|
|
bool Synchronize(TitleIDVersion title, ProgressServiceBackend& progress) override;
|
|
bool Synchronize(TitleIDVersion title, ProgressServiceBackend& progress) override;
|