diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/controller.hpp')
-rw-r--r-- | src/ipa/raspberrypi/controller/controller.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/raspberrypi/controller/controller.hpp b/src/ipa/raspberrypi/controller/controller.hpp index 6ba9412b..49b1a551 100644 --- a/src/ipa/raspberrypi/controller/controller.hpp +++ b/src/ipa/raspberrypi/controller/controller.hpp @@ -19,7 +19,7 @@ #include "device_status.h" #include "metadata.hpp" -namespace RPi { +namespace RPiController { class Algorithm; typedef std::unique_ptr<Algorithm> AlgorithmPtr; @@ -51,4 +51,4 @@ protected: bool switch_mode_called_; }; -} // namespace RPi +} // namespace RPiController |