From 2a08cbc1a0940e148499c14933606a8d6ac1b5d6 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 25 Aug 2014 08:09:28 -0400 Subject: [PATCH] add static --- testApp/copy/testCreateRequest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testApp/copy/testCreateRequest.cpp b/testApp/copy/testCreateRequest.cpp index f21cbe9..e957fc1 100644 --- a/testApp/copy/testCreateRequest.cpp +++ b/testApp/copy/testCreateRequest.cpp @@ -20,7 +20,7 @@ using std::endl; static bool debug = false; -void testCreateRequest() { +static void testCreateRequest() { printf("testCreateRequest... \n"); CreateRequest::shared_pointer createRequest = CreateRequest::create(); PVStringPtr pvString;