* WIP: hook up mu-msg-db with mu-msg (CTOR)

This commit is contained in:
Dirk-Jan C. Binnema
2011-05-15 11:06:55 +03:00
parent f9f3c11f28
commit 7498bc3841
6 changed files with 68 additions and 11 deletions

View File

@ -37,7 +37,7 @@ private:
MuMsgDb*
mu_msg_db_new (XapianDocument *doc, GError **err)
mu_msg_db_new (const XapianDocument *doc, GError **err)
{
g_return_val_if_fail (doc, NULL);