summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Admin.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-01-09 16:03:10 -0500
committerBernard Normier <bernard@zeroc.com>2017-01-09 16:03:10 -0500
commit7c74420c53bda5789e6ab78f1e16d18486a294c6 (patch)
tree9184b09775ed29ebf3db72b64a9b95f5980e5b51 /cpp/src/IceStorm/Admin.cpp
parentPython/Ruby build fixes (diff)
downloadice-7c74420c53bda5789e6ab78f1e16d18486a294c6.tar.bz2
ice-7c74420c53bda5789e6ab78f1e16d18486a294c6.tar.xz
ice-7c74420c53bda5789e6ab78f1e16d18486a294c6.zip
Renamed optional invocation context parameter in Python, Ruby and PHP
new name: context old name: _ctx Fixed macOS build
Diffstat (limited to 'cpp/src/IceStorm/Admin.cpp')
-rw-r--r--cpp/src/IceStorm/Admin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/Admin.cpp b/cpp/src/IceStorm/Admin.cpp
index be27118c284..bbbeace543a 100644
--- a/cpp/src/IceStorm/Admin.cpp
+++ b/cpp/src/IceStorm/Admin.cpp
@@ -23,7 +23,7 @@ using namespace Ice;
using namespace IceInternal;
using namespace IceStorm;
-class Client : public Application
+class Client : public Ice::Application
{
public: