summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/foundation-icon-fonts/svgs/fi-magnifying-glass.svg
blob: d4a4e3c85a55416cabc757ecaa5efaeb627fa73b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<g>
	<path d="M56.774,10.391c-17.679,0-32.001,14.329-32.001,32c0,6.044,1.676,11.695,4.588,16.517L13.846,74.423l0.054,0.054
		c-1.656,1.585-2.673,3.835-2.673,6.378c-0.001,4.913,3.913,8.755,8.821,8.754c2.507-0.001,4.749-1.004,6.349-2.636l0.039,0.039
		l16.008-16.009c4.312,2.163,9.176,3.388,14.33,3.388c17.68,0,31.999-14.327,31.999-32C88.773,24.72,74.453,10.391,56.774,10.391z
		 M56.968,61.808c-11.05,0-20.001-8.954-20.001-20c0-11.044,8.951-20,20.001-20c11.05,0,19.999,8.955,19.999,20
		C76.968,52.854,68.018,61.808,56.968,61.808z"/>
</g>
</svg>
ntent-Transfer-Encoding: 8bit Upstream-Status: Submitted [https://review.tizen.org/gerrit/#/c/56940/] Change-Id: Id793c784c9674eef48f346226c094bdd9f7bbda8 Signed-off-by: José Bollo <jobol@nonadev.net> --- src/dpl/core/include/dpl/binary_queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dpl/core/include/dpl/binary_queue.h b/src/dpl/core/include/dpl/binary_queue.h index dd03f5e..185b6c7 100644 --- a/src/dpl/core/include/dpl/binary_queue.h +++ b/src/dpl/core/include/dpl/binary_queue.h @@ -33,7 +33,7 @@ namespace SecurityManager { * Binary queue auto pointer */ class BinaryQueue; -typedef std::auto_ptr<BinaryQueue> BinaryQueueAutoPtr; +typedef std::unique_ptr<BinaryQueue> BinaryQueueAutoPtr; /** * Binary stream implemented as constant size bucket list -- 2.21.0