Switch to unified view

a/upmpd/renderctl.hxx b/upmpd/renderctl.hxx
...
...
20
#include <string>
20
#include <string>
21
21
22
#include "libupnpp/device/device.hxx"
22
#include "libupnpp/device/device.hxx"
23
23
24
class UpMpd;
24
class UpMpd;
25
26
using namespace UPnPP;
25
27
26
class UpMpdRenderCtl : public UpnpService {
28
class UpMpdRenderCtl : public UpnpService {
27
public:
29
public:
28
    UpMpdRenderCtl(UpMpd *dev);
30
    UpMpdRenderCtl(UpMpd *dev);
29
31