Merge pull request #1966

7ff19f1e Easylogging: remove invalid static in function member definition (MoroccanMalinois)
This commit is contained in:
Riccardo Spagni 2017-04-24 10:45:22 +02:00
commit c1691ed58e
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -990,7 +990,7 @@ std::string OS::getProperty(const char* prop) {
return ret == 0 ? std::string() : std::string(propVal);
}
static std::string OS::getDeviceName(void) {
std::string OS::getDeviceName(void) {
std::stringstream ss;
std::string manufacturer = getProperty("ro.product.manufacturer");
std::string model = getProperty("ro.product.model");