Easylogging: remove invalid static in function member definition
This commit is contained in:
parent
9ed496bbc5
commit
7ff19f1ec4
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue