diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8245444c68e46..5e758873af7bf 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -131,7 +131,7 @@ jobs: - name: Install vcpkg uses: lukka/run-vcpkg@v11 with: - vcpkgGitCommitId: 5b1214315250939257ef5d62ecdcbca18cf4fb1c + vcpkgGitCommitId: a42af01b72c28a8e1d7b48107b33e4f286a55ef6 runVcpkgInstall: true - name: create $ACE_ROOT/ace/config.h run: | diff --git a/ACE/ace/Future.cpp b/ACE/ace/Future.cpp index 311d9df096a60..0fe3d4a608b1f 100644 --- a/ACE/ace/Future.cpp +++ b/ACE/ace/Future.cpp @@ -245,7 +245,7 @@ ACE_Future_Rep::attach (ACE_Future_Observer *observer, if (this->value_ == 0) result = this->observer_collection_.insert (observer); else - observer->update (caller); + observer->update (caller); return result; }