From cc7d204b2c51853f7d963d144f5944e209e7ea29 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 4 Dec 2018 23:55:19 +0200 Subject: libcamera: Use the logger instead of cout Signed-off-by: Laurent Pinchart Acked-by: Kieran Bingham --- test/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/init.cpp b/test/init.cpp index 97948b9c..4ade4e76 100644 --- a/test/init.cpp +++ b/test/init.cpp @@ -9,7 +9,7 @@ int main(void) { - libcamera l = libcamera(); + libcamera::libcamera l = libcamera::libcamera(); l.init_lib(); return 0; -- cgit v1.2.1