From e6236b88fd18231d0524b14723e0709a90b0572c Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 20 Oct 2009 12:49:32 -0700 Subject: [PATCH] database.cc: Document better pieces of glib that we're using. --- database.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database.cc b/database.cc index a5365103..abae5820 100644 --- a/database.cc +++ b/database.cc @@ -24,7 +24,7 @@ #include -#include /* g_strdup_printf, g_free, GHashTable */ +#include /* g_strdup_printf, g_free, GPtrArray, GHashTable */ using namespace std; -- 2.43.0