From da554008751bfde8fe93a2b75a8fe9d09668d680 Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 28 Nov 2022 09:58:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20Assistant.h=20=E7=BB=86=E8=8A=82?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MeoAssistant/Assistant.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/MeoAssistant/Assistant.h b/src/MeoAssistant/Assistant.h index d90f7817f0..36cd83dd2a 100644 --- a/src/MeoAssistant/Assistant.h +++ b/src/MeoAssistant/Assistant.h @@ -11,15 +11,10 @@ #include "Common/AsstMsg.h" #include "Common/AsstTypes.h" -typedef unsigned char uchar; - -namespace cv -{ - class Mat; -} - namespace asst { + using uchar = unsigned char; + class AsstExtAPI { public: