diff options
Diffstat (limited to 'src/ipa/raspberrypi/cam_helper.cpp')
-rw-r--r-- | src/ipa/raspberrypi/cam_helper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipa/raspberrypi/cam_helper.cpp b/src/ipa/raspberrypi/cam_helper.cpp index b1343eb2..c8ac3232 100644 --- a/src/ipa/raspberrypi/cam_helper.cpp +++ b/src/ipa/raspberrypi/cam_helper.cpp @@ -16,7 +16,7 @@ #include "cam_helper.hpp" #include "md_parser.hpp" -using namespace RPi; +using namespace RPiController; static std::map<std::string, CamHelperCreateFunc> cam_helpers; |