pans
2016-12-30 63edc33ca075d7039971f12295db05531df4cdb0
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;
}