summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2013-11-22 10:23:01 +0100
committerBenoit Foucher <benoit@zeroc.com>2013-11-22 10:23:01 +0100
commit456f7ded2094c09686c248c79ea95b87a97ff07e (patch)
tree8a8c3d5152d7c9ed11caf87079a78ac9cb9b1b7f /cpp/src
parentRemoved extra declaration from DescriptorHelper.h (diff)
downloadice-456f7ded2094c09686c248c79ea95b87a97ff07e.tar.bz2
ice-456f7ded2094c09686c248c79ea95b87a97ff07e.tar.xz
ice-456f7ded2094c09686c248c79ea95b87a97ff07e.zip
Fix for building on 10.9
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceGrid/DescriptorHelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/DescriptorHelper.h b/cpp/src/IceGrid/DescriptorHelper.h
index e261d9ea5fa..85fa8927e31 100644
--- a/cpp/src/IceGrid/DescriptorHelper.h
+++ b/cpp/src/IceGrid/DescriptorHelper.h
@@ -264,7 +264,7 @@ private:
void init(const ServerDescriptorPtr&, const Resolver&, bool);
- const ServerInstanceDescriptor _def;
+ ServerInstanceDescriptor _def;
std::string _id;
ServerInstanceDescriptor _instance;