1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00
This commit is contained in:
Alexander Alekhin
2013-12-25 18:41:24 +04:00
parent e49065b1dc
commit 217b2282b8
2 changed files with 37 additions and 50 deletions
@@ -85,7 +85,7 @@ template<typename _Tp, size_t fixed_size = 1024/sizeof(_Tp)+8> class AutoBuffer
public:
typedef _Tp value_type;
//! the default contructor
//! the default constructor
AutoBuffer();
//! constructor taking the real buffer size
AutoBuffer(size_t _size);