Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
0a61040d939e5ad8a7e7f87cbf4a3b4326efceb5
Authored by
Josh Klontz
2014-06-13 12:59:45 -0400
1 parent
ff0faec5
compile fix
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
openbr/plugins/gallery.cpp
openbr/plugins/gallery.cpp
View file @
0a61040
...
...
@@ -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)
...
...