From 8e9ef18c8aec0aa8d50781ba754f531eca6ca6ab Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 9 Apr 2009 17:26:41 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=17766 --- client/sim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/client/sim.h b/client/sim.h index 2b32a22fd9..f1a7802008 100644 --- a/client/sim.h +++ b/client/sim.h @@ -146,6 +146,7 @@ public: vector projects; vector workunits; vector results; + vector app_versions; vector apps; ACTIVE_TASK_SET active_tasks; GLOBAL_PREFS global_prefs;