diff options
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.h')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerCache.h b/cpp/src/IceGrid/ServerCache.h index e8b1b568f1a..625b31caee4 100644 --- a/cpp/src/IceGrid/ServerCache.h +++ b/cpp/src/IceGrid/ServerCache.h @@ -47,7 +47,7 @@ public: private: - ServerPrx sync(StringAdapterPrxDict&, int&, int&, std::string&); + ServerPrx syncImpl(StringAdapterPrxDict&, int&, int&, std::string&); ServerCache& _cache; const std::string _id; |