فهرست منبع

Fix build break after upmerge

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 10 سال پیش
والد
کامیت
e53d504be1
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      common/wuwebview/wuwebview.cpp

+ 1 - 2
common/wuwebview/wuwebview.cpp

@@ -901,8 +901,7 @@ extern WUWEBVIEW_API IWuWebView *createWuWebView(IConstWorkUnit &wu, const char
     }
     catch (IException *e)
     {
-        SCMStringBuffer wuid;
-        VStringBuffer msg("ERROR loading workunit %s shared object.", wu.getWuid(wuid).str());
+        VStringBuffer msg("ERROR loading workunit %s shared object.", wu.queryWuid());
         EXCLOG(e, msg.str());
         e->Release();
     }