From 0c9f29c5c71a5adacfc2f6b2f3ac87bda0f0de9c Mon Sep 17 00:00:00 2001 From: Tony Barbour Date: Thu, 2 Apr 2015 15:52:36 -0600 Subject: [PATCH] tests: Change rename CreateWindow for Windows --- tests/xgltestframework.cpp | 4 ++-- tests/xgltestframework.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/xgltestframework.cpp b/tests/xgltestframework.cpp index eb57327..0b22772 100644 --- a/tests/xgltestframework.cpp +++ b/tests/xgltestframework.cpp @@ -570,7 +570,7 @@ void TestFrameworkXglPresent::InitPresentFramework(std::list &imagesIn); - void CreateWindow(); + void CreateMyWindow(); void CreatePresentableImages(); void TearDown(); -- 2.7.4