summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/PluginI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/PluginI.h')
-rw-r--r--cpp/src/IceSSL/PluginI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/PluginI.h b/cpp/src/IceSSL/PluginI.h
index f215891474a..4a0a030987b 100644
--- a/cpp/src/IceSSL/PluginI.h
+++ b/cpp/src/IceSSL/PluginI.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
@@ -39,7 +39,7 @@ public:
private:
- InstancePtr _instance;
+ SharedInstancePtr _sharedInstance;
};
}