diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/sharpen_algorithm.hpp')
-rw-r--r-- | src/ipa/raspberrypi/controller/sharpen_algorithm.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/raspberrypi/controller/sharpen_algorithm.hpp b/src/ipa/raspberrypi/controller/sharpen_algorithm.hpp index 3b27a745..ca800308 100644 --- a/src/ipa/raspberrypi/controller/sharpen_algorithm.hpp +++ b/src/ipa/raspberrypi/controller/sharpen_algorithm.hpp @@ -8,7 +8,7 @@ #include "algorithm.hpp" -namespace RPi { +namespace RPiController { class SharpenAlgorithm : public Algorithm { @@ -18,4 +18,4 @@ public: virtual void SetStrength(double strength) = 0; }; -} // namespace RPi +} // namespace RPiController |