Replace typedef with using
This commit is contained in:
@@ -27,6 +27,6 @@
|
||||
|
||||
class PlaylistGenerator;
|
||||
|
||||
typedef std::shared_ptr<PlaylistGenerator> PlaylistGeneratorPtr;
|
||||
using PlaylistGeneratorPtr = std::shared_ptr<PlaylistGenerator>;
|
||||
|
||||
#endif // PLAYLISTGENERATOR_FWD_H
|
||||
|
||||
Reference in New Issue
Block a user