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