]> git.notmuchmail.org Git - notmuch/commitdiff
database.cc: Document better pieces of glib that we're using.
authorCarl Worth <cworth@cworth.org>
Tue, 20 Oct 2009 19:49:32 +0000 (12:49 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 20 Oct 2009 19:49:32 +0000 (12:49 -0700)
database.cc

index a53651035d9febd791b56c5d2b631b9d4db96da7..abae58205f897779871113199c703798d7cbfb8a 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <xapian.h>
 
-#include <glib.h> /* g_strdup_printf, g_free, GHashTable */
+#include <glib.h> /* g_strdup_printf, g_free, GPtrArray, GHashTable */
 
 using namespace std;