sanity: use latest git snapshot and patch to fix #599. (#599)

This commit is contained in:
fbrosson
2016-05-20 23:58:44 +00:00
parent 76f4dbbf42
commit 56f903c039
2 changed files with 29 additions and 5 deletions

View File

@@ -0,0 +1,22 @@
From 02b4f5b1eaf9997ca1e1b26499089f6442807bd8 Mon Sep 17 00:00:00 2001
From: fbrosson <fbrosson@localhost>
Date: Fri, 20 May 2016 22:52:29 +0000
Subject: BLocker assignment operator is private since hrev50310.
diff --git a/ScannerOptionView.cpp b/ScannerOptionView.cpp
index 389ffec..45cb9ab 100644
--- a/ScannerOptionView.cpp
+++ b/ScannerOptionView.cpp
@@ -23,7 +23,7 @@ static bool reload_option(void *ov, void *device);
// ------------------------
BList ScannerOptionView::m_options_list = BList();
-BLocker ScannerOptionView::m_options_list_locker = BLocker();
+BLocker ScannerOptionView::m_options_list_locker;
// --------------------------------------------------------------
--
2.7.0