From 0428507509d13c8fbacd76419f797e863d4b3372 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Fri, 31 May 2019 09:06:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=B4=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=AE=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Shell/ShellCMD.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Shell/ShellCMD.h b/src/Shell/ShellCMD.h index 8017639c..eef6b653 100644 --- a/src/Shell/ShellCMD.h +++ b/src/Shell/ShellCMD.h @@ -2,6 +2,9 @@ // Created by xzl on 2017/12/1. // +#ifndef SRC_SHELL_SHELLCMD_H_ +#define SRC_SHELL_SHELLCMD_H_ + #include "Util/CMD.h" #include "Common/MediaSource.h" using namespace toolkit; @@ -88,7 +91,6 @@ public: } }; +} /* namespace mediakit */ - - -} /* namespace mediakit */ \ No newline at end of file +#endif //SRC_SHELL_SHELLCMD_H_ \ No newline at end of file