RtspFace/demo/src/db/main.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
RtspFace/demo/src/db/main.cpp
@@ -1,4 +1,4 @@ #include <Windows.h> #include <string> #include <iostream> @@ -19,6 +19,5 @@ cout<<p.name<<endl; }else cout<<"person is null"<<endl; system("pause"); return 0; }