mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-28 05:29:24 +08:00
Unified code style (#2137)
This commit is contained in:
@@ -19,7 +19,7 @@ namespace mediakit {
|
||||
|
||||
class MediaPusher : public PusherImp<PusherBase,PusherBase> {
|
||||
public:
|
||||
typedef std::shared_ptr<MediaPusher> Ptr;
|
||||
using Ptr = std::shared_ptr<MediaPusher>;
|
||||
|
||||
MediaPusher(const std::string &schema,
|
||||
const std::string &vhost,
|
||||
|
||||
Reference in New Issue
Block a user