From 2ca532122d60cff4dbdc7f24fbc5783bcc5ad68d Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 12 Apr 2016 20:06:47 +0200 Subject: Soil Moisture: Adding support for controlling lights. Bluetooth: refectorying, trying to be more c++ idiomatic and modern. SM/Diller: adding bluetooth to Diller bridge. --- test/ByteBufferTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ByteBufferTest.cpp') diff --git a/test/ByteBufferTest.cpp b/test/ByteBufferTest.cpp index 6a1c4cb..4a612d2 100644 --- a/test/ByteBufferTest.cpp +++ b/test/ByteBufferTest.cpp @@ -40,7 +40,7 @@ BOOST_AUTO_TEST_CASE(empty_buffer) { try { buffer.read8(); BOOST_FAIL("Expected exception"); - } catch (ByteBufferException e) { + } catch (ByteBufferException &e) { } } -- cgit v1.2.3