Skip to content

Commit c4d5282

Browse files
committed
Fix for build: #100
1 parent 9e61ee6 commit c4d5282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • knp/base-framework/include/knp/framework/data_processing/classification

knp/base-framework/include/knp/framework/data_processing/classification/image.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class KNP_DECLSPEC Dataset final : public classification::Dataset
9090

9191
/**
9292
* @brief Get image size.
93-
* @ret Image size.
93+
* @return Image size.
9494
*/
9595
[[nodiscard]] size_t get_image_size() const { return image_size_; }
9696

0 commit comments

Comments
 (0)