refactoring the directories, especially for scripts; moved gimp stuff out to db since...
[feisty_meow.git] / nucleus / library / tests_structures / test_int_hash.cpp
index 72193eeb25e38465789b1d9c7828732bf26477aa..7fb8c17d6aa21dcefbc5e90febef06a091fd0e5b 100644 (file)
@@ -102,7 +102,7 @@ public:
 
   data_shuttle()
   : snacky_string(string_manipulation::make_random_name()),
-    chunk(chao.inclusive(100, 10000)) {}
+    chunk(chao.inclusive(100, 10000)), food_bar(0), hungry(false) {}
 };
 
 //////////////