From 0a61040d939e5ad8a7e7f87cbf4a3b4326efceb5 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Fri, 13 Jun 2014 12:59:45 -0400 Subject: [PATCH] compile fix --- openbr/plugins/gallery.cpp | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/openbr/plugins/gallery.cpp b/openbr/plugins/gallery.cpp index ae7aa93..6b1b407 100644 --- a/openbr/plugins/gallery.cpp +++ b/openbr/plugins/gallery.cpp @@ -248,6 +248,7 @@ class utdGallery : public BinaryGallery Template readTemplate() { qFatal("Not supported"); + return Template(); } void write(const Template &t) -- libgit2 0.21.4