From: Carl Worth <cworth@cworth.org>
Date: Tue, 20 Oct 2009 19:49:32 +0000 (-0700)
Subject: database.cc: Document better pieces of glib that we're using.
X-Git-Tag: 0.1~814
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=e6236b88fd18231d0524b14723e0709a90b0572c;p=notmuch

database.cc: Document better pieces of glib that we're using.
---

diff --git a/database.cc b/database.cc
index a5365103..abae5820 100644
--- a/database.cc
+++ b/database.cc
@@ -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;