mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-04 20:01:44 +02:00
Modernize: replace typedef with using
This commit is contained in:
parent
f388449c0a
commit
f1e672d375
7 changed files with 12 additions and 14 deletions
|
@ -28,10 +28,10 @@ public:
|
|||
|
||||
#if defined(HAS_AVAHI)
|
||||
#include "browse_avahi.hpp"
|
||||
typedef BrowseAvahi BrowseZeroConf;
|
||||
using BrowseZeroConf = BrowseAvahi;
|
||||
#elif defined(HAS_BONJOUR)
|
||||
#include "browse_bonjour.hpp"
|
||||
typedef BrowseBonjour BrowseZeroConf;
|
||||
using BrowseZeroConf = BrowseBonjour;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue