Commit 9c872f53 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3567 from vbystricky:intelperc_fix

parents 2fd01ee2 083d8645
......@@ -37,7 +37,7 @@ public:
virtual double getProperty(int propIdx) const;
virtual bool setProperty(int propIdx, double propVal);
protected:
PXCSmartPtr<PXCCapture::Device> m_device;
mutable PXCSmartPtr<PXCCapture::Device> m_device;
bool initDevice(PXCSession *session);
PXCSmartPtr<PXCCapture::VideoStream> m_stream;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment