1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

replaced macros with template func

This commit is contained in:
Vladimir Dudnik
2015-05-19 16:08:25 +03:00
parent f0197006e0
commit af806bc816
5 changed files with 86 additions and 69 deletions
+5 -1
View File
@@ -294,4 +294,8 @@ private:
// main func
ENTRY_POINT(D3D9WinApp, "D3D9 interop sample");
int main(int argc, char** argv)
{
std::string title = "D3D9 interop sample";
return d3d_app<D3D9WinApp>(argc, argv, title);
}