add static

This commit is contained in:
Marty Kraimer
2014-08-25 08:09:28 -04:00
parent 62bc6c1fb1
commit 2a08cbc1a0

View File

@@ -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;