Skip to content

Commit caf54f6

Browse files
make ONVIF a friend so it can access monitor properties
1 parent fa84eb7 commit caf54f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zm_monitor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class MonitorLinkExpression;
5757
class Monitor : public std::enable_shared_from_this<Monitor> {
5858
friend class MonitorStream;
5959
friend class MonitorLinkExpression;
60+
friend class ONVIF;
6061

6162
public:
6263
typedef enum {

0 commit comments

Comments
 (0)