Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / samples / common / format_reader / opencv_wraper.h
index e4b40b8..5dc0b12 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 Intel Corporation
+// Copyright (C) 2018-2019 Intel Corporation
 // SPDX-License-Identifier: Apache-2.0
 //
 
@@ -50,7 +50,7 @@ public:
         delete this;
     }
 
-    std::shared_ptr<unsigned char> getData(int width, int height) override;
+    std::shared_ptr<unsigned char> getData(size_t width, size_t height) override;
 };
 }  // namespace FormatReader
 #endif
\ No newline at end of file