diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/contrast_algorithm.hpp')
-rw-r--r-- | src/ipa/raspberrypi/controller/contrast_algorithm.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/raspberrypi/controller/contrast_algorithm.hpp b/src/ipa/raspberrypi/controller/contrast_algorithm.hpp index 9780322b..7f03bba5 100644 --- a/src/ipa/raspberrypi/controller/contrast_algorithm.hpp +++ b/src/ipa/raspberrypi/controller/contrast_algorithm.hpp @@ -8,7 +8,7 @@ #include "algorithm.hpp" -namespace RPi { +namespace RPiController { class ContrastAlgorithm : public Algorithm { @@ -19,4 +19,4 @@ public: virtual void SetContrast(double contrast) = 0; }; -} // namespace RPi +} // namespace RPiController |