Browse Source

fix compile error

tags/v1.2.0
wangxiaotian22 3 years ago
parent
commit
f923b94ecf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/client/ge_api.cc

+ 1
- 1
ge/client/ge_api.cc View File

@@ -212,7 +212,7 @@ std::string GEGetErrorMsg() {
} }


std::string GEGetWarningMsg() { std::string GEGetWarningMsg() {
return ErrorManager::GetInstance.GetWarningMessage();
return ErrorManager::GetInstance().GetWarningMessage();
} }


// Initialize session,which calls innerSession // Initialize session,which calls innerSession


Loading…
Cancel
Save