diff options
Diffstat (limited to 'lib/input/replStream.h')
-rw-r--r-- | lib/input/replStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/input/replStream.h b/lib/input/replStream.h index bc47267..dcfee19 100644 --- a/lib/input/replStream.h +++ b/lib/input/replStream.h @@ -11,7 +11,7 @@ namespace MyGrate { } namespace MyGrate::Input { - class ReplicationStream : public EventSourceBase, MySQLConn { + class ReplicationStream : public EventSourceBase, public MySQLConn { public: ReplicationStream(const std::string & host, const std::string & user, const std::string & pass, unsigned short port, uint64_t serverid, std::string filename, uint64_t position); |