From 6a39934cb1dd50ab549289c5f510d27ab9de8952 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 22 Mar 2013 12:11:48 -0700 Subject: [PATCH] capitals are important --- voxel/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxel/src/main.cpp b/voxel/src/main.cpp index 1be3788f04..07ce2a2494 100644 --- a/voxel/src/main.cpp +++ b/voxel/src/main.cpp @@ -240,7 +240,7 @@ int main(int argc, const char * argv[]) } pthread_join(reportAliveThread, NULL); - agentlist.stopSilentAgentRemovalThread(); + agentList.stopSilentAgentRemovalThread(); return 0; } \ No newline at end of file