mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
adds missing const
This commit is contained in:
parent
5fbf3d85bf
commit
e537e1650d
@ -960,7 +960,7 @@ public:
|
|||||||
CV_WRAP void setExceptionMode(bool enable) { throwOnFail = enable; }
|
CV_WRAP void setExceptionMode(bool enable) { throwOnFail = enable; }
|
||||||
|
|
||||||
/// query if exception mode is active
|
/// query if exception mode is active
|
||||||
CV_WRAP bool getExceptionMode() { return throwOnFail; }
|
CV_WRAP bool getExceptionMode() const { return throwOnFail; }
|
||||||
|
|
||||||
|
|
||||||
/** @brief Wait for ready frames from VideoCapture.
|
/** @brief Wait for ready frames from VideoCapture.
|
||||||
|
Loading…
Reference in New Issue
Block a user