diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/agc_algorithm.hpp')
-rw-r--r-- | src/ipa/raspberrypi/controller/agc_algorithm.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/raspberrypi/controller/agc_algorithm.hpp b/src/ipa/raspberrypi/controller/agc_algorithm.hpp index f29bb3ac..b4ea54fb 100644 --- a/src/ipa/raspberrypi/controller/agc_algorithm.hpp +++ b/src/ipa/raspberrypi/controller/agc_algorithm.hpp @@ -8,7 +8,7 @@ #include "algorithm.hpp" -namespace RPi { +namespace RPiController { class AgcAlgorithm : public Algorithm { @@ -25,4 +25,4 @@ public: SetConstraintMode(std::string const &contraint_mode_name) = 0; }; -} // namespace RPi +} // namespace RPiController |