pans
2016-12-30 63edc33ca075d7039971f12295db05531df4cdb0


git-svn-id: http://192.168.1.226/svn/proxy@59 454eff88-639b-444f-9e54-f578c98de674
1个文件已修改
3 ■■■■ 已修改文件
RtspFace/demo/src/db/main.cpp 3 ●●●● 补丁 | 查看 | 原始文档 | 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;
}