Resolve macOS warnings and standardize style

This commit is contained in:
Paul Hollinsky
2018-09-24 19:04:20 -04:00
parent b634e6a443
commit 2099ba9d1e
40 changed files with 50 additions and 44 deletions
+4 -2
View File
@@ -7,7 +7,9 @@
#include "device/include/device.h"
namespace icsneo {
std::vector<std::shared_ptr<Device>> FindAllDevices();
};
std::vector<std::shared_ptr<Device>> FindAllDevices();
}
#endif