Index: /trunk/FACT++/src/InterpreterV8.h
===================================================================
--- /trunk/FACT++/src/InterpreterV8.h	(revision 14519)
+++ /trunk/FACT++/src/InterpreterV8.h	(revision 14520)
@@ -21,5 +21,5 @@
 
 #ifdef HAVE_SQL
-    std::vector<Database*> fDatabases;
+    std::list<Database*> fDatabases;
 #endif
 
