summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/controller/rpi/ccm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/raspberrypi/controller/rpi/ccm.hpp')
-rw-r--r--src/ipa/raspberrypi/controller/rpi/ccm.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/raspberrypi/controller/rpi/ccm.hpp b/src/ipa/raspberrypi/controller/rpi/ccm.hpp
index f6f4dee1..fcf077e7 100644
--- a/src/ipa/raspberrypi/controller/rpi/ccm.hpp
+++ b/src/ipa/raspberrypi/controller/rpi/ccm.hpp
@@ -12,7 +12,7 @@
#include "../ccm_algorithm.hpp"
#include "../pwl.hpp"
-namespace RPi {
+namespace RPiController {
// Algorithm to calculate colour matrix. Should be placed after AWB.
@@ -73,4 +73,4 @@ private:
std::atomic<double> saturation_;
};
-} // namespace RPi
+} // namespace RPiController