Controller Interface: Remove "using namespace" in header file.

This commit is contained in:
Rohit Nirmal
2014-09-04 19:41:42 -05:00
parent a9a6270982
commit b0060e5184
5 changed files with 26 additions and 28 deletions

View File

@ -442,5 +442,5 @@ public:
std::vector<std::unique_ptr<ControlGroup>> groups;
DeviceQualifier default_device;
ciface::Core::DeviceQualifier default_device;
};