Bläddra i källkod

Merge pull request #2364 from jakesmith/wsdeploy-compilefix

Fix compile problem with CWsDeployFileInfo

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 13 år sedan
förälder
incheckning
569aba88b1
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      esp/services/WsDeploy/WsDeployService.hpp

+ 1 - 0
esp/services/WsDeploy/WsDeployService.hpp

@@ -442,6 +442,7 @@ public:
         setConfigChanged(true);
       }
       setSkipNotification(false);
+      return true;
     };
     virtual const char* getConfigFilePath()
     {