Commit 0a61040d939e5ad8a7e7f87cbf4a3b4326efceb5

Authored by Josh Klontz
1 parent ff0faec5

compile fix

Showing 1 changed file with 1 additions and 0 deletions
openbr/plugins/gallery.cpp
... ... @@ -248,6 +248,7 @@ class utdGallery : public BinaryGallery
248 248 Template readTemplate()
249 249 {
250 250 qFatal("Not supported");
  251 + return Template();
251 252 }
252 253  
253 254 void write(const Template &t)
... ...