From 5c945c17aed55b618e78a7efdf89c9aeb0274ee9 Mon Sep 17 00:00:00 2001 From: Jordan Cheney Date: Tue, 30 Jun 2015 13:30:13 -0400 Subject: [PATCH] Fixed missing semicolon --- openbr/plugins/gallery/lmdb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/gallery/lmdb.cpp b/openbr/plugins/gallery/lmdb.cpp index 2772c96..8dea0f2 100644 --- a/openbr/plugins/gallery/lmdb.cpp +++ b/openbr/plugins/gallery/lmdb.cpp @@ -143,7 +143,7 @@ class lmdbGallery : public Gallery if (!initialized) { db = QSharedPointer (caffe::db::GetDB("lmdb")); db->Open(file.name.toStdString(), caffe::db::NEW); - observedLabels.clear() + observedLabels.clear(); initialized = true; should_end = false; // fire thread -- libgit2 0.21.4