8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Fixed the build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dmitry Yemanov 2023-07-13 11:07:10 +03:00
parent 9aaeab2d4b
commit 3bba515b60
2 changed files with 2 additions and 2 deletions

View File

@ -1009,7 +1009,7 @@ namespace
}
bool REPL_server(CheckStatusWrapper* status, const ReplicaList& replicas, bool wait)
bool REPL_server(CheckStatusWrapper* status, const Replication::Config::ReplicaList& replicas, bool wait)
{
try
{

View File

@ -23,6 +23,6 @@
#ifndef UTIL_REPL_SERVER_H
#define UTIL_REPL_SERVER_H
bool REPL_server(Firebird::CheckStatusWrapper*, const ReplicaList&, bool);
bool REPL_server(Firebird::CheckStatusWrapper*, const Replication::Config::ReplicaList&, bool);
#endif // UTIL_REPL_SERVER_H