Fix error of compilation of cap_intelperc.cpp
This commit is contained in:
parent
61991a3330
commit
083d8645a5
@ -37,7 +37,7 @@ public:
|
|||||||
virtual double getProperty(int propIdx) const;
|
virtual double getProperty(int propIdx) const;
|
||||||
virtual bool setProperty(int propIdx, double propVal);
|
virtual bool setProperty(int propIdx, double propVal);
|
||||||
protected:
|
protected:
|
||||||
PXCSmartPtr<PXCCapture::Device> m_device;
|
mutable PXCSmartPtr<PXCCapture::Device> m_device;
|
||||||
bool initDevice(PXCSession *session);
|
bool initDevice(PXCSession *session);
|
||||||
|
|
||||||
PXCSmartPtr<PXCCapture::VideoStream> m_stream;
|
PXCSmartPtr<PXCCapture::VideoStream> m_stream;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user