From d388c31e9589874a538264e5c34bd79770f85b9b Mon Sep 17 00:00:00 2001 From: Dmytro Mykuliak Date: Tue, 21 Nov 2017 13:58:39 +0200 Subject: [PATCH] Update QrCoder.hpp --- cpp/QrCoder.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/QrCoder.hpp b/cpp/QrCoder.hpp index 4ac3f40..934a746 100644 --- a/cpp/QrCoder.hpp +++ b/cpp/QrCoder.hpp @@ -29,7 +29,7 @@ #include "QrSegment.hpp" -namespace QrCodegen { +namespace qrcodegen { /* * Represents an immutable square grid of black and white cells for a QR Code symbol, and