diff options
Diffstat (limited to 'cpp/src/Ice/IPEndpointI.h')
-rw-r--r-- | cpp/src/Ice/IPEndpointI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/IPEndpointI.h b/cpp/src/Ice/IPEndpointI.h index 06cb405e5da..f63a137f3b3 100644 --- a/cpp/src/Ice/IPEndpointI.h +++ b/cpp/src/Ice/IPEndpointI.h @@ -76,7 +76,7 @@ public: using EndpointI::connectors; using EndpointI::connectionId; - void initWithOptions(std::vector<std::string>&, bool); + virtual void initWithOptions(std::vector<std::string>&, bool); protected: |