Skip to content

Commit e92e8e7

Browse files
committed
reintroduce VISP_EXPORT for inner class
1 parent e6237a4 commit e92e8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/visual_features/include/visp3/visual_features/vpFeatureLuminanceMapping.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class VISP_EXPORT vpLuminanceDCT : public vpLuminanceMapping
275275
* @brief Helper class to iterate and get/set the values from a matrix, following a zigzag pattern.
276276
*
277277
*/
278-
class vpMatrixZigZagIndex
278+
class VISP_EXPORT vpMatrixZigZagIndex
279279
{
280280
public:
281281
vpMatrixZigZagIndex();

0 commit comments

Comments
 (0)