From 7c74420c53bda5789e6ab78f1e16d18486a294c6 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Mon, 9 Jan 2017 16:03:10 -0500 Subject: Renamed optional invocation context parameter in Python, Ruby and PHP new name: context old name: _ctx Fixed macOS build --- cpp/src/IceBox/Admin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceBox/Admin.cpp') diff --git a/cpp/src/IceBox/Admin.cpp b/cpp/src/IceBox/Admin.cpp index 7d02add95c4..a7fa43141ce 100644 --- a/cpp/src/IceBox/Admin.cpp +++ b/cpp/src/IceBox/Admin.cpp @@ -17,7 +17,7 @@ using namespace std; using namespace Ice; using namespace IceInternal; -class Client : public Application +class Client : public Ice::Application { public: -- cgit v1.2.3