diff options
Diffstat (limited to 'cpp/include/IcePatch/ClientUtil.h')
-rw-r--r-- | cpp/include/IcePatch/ClientUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IcePatch/ClientUtil.h b/cpp/include/IcePatch/ClientUtil.h index 8dcc116b5d4..97706e344b3 100644 --- a/cpp/include/IcePatch/ClientUtil.h +++ b/cpp/include/IcePatch/ClientUtil.h @@ -30,7 +30,7 @@ public: }; ICE_PATCH_API std::string pathToName(const std::string&); -ICE_PATCH_API void getRegular(const IcePatch::RegularPrx&, ProgressCB&); +ICE_PATCH_API Ice::ByteSeq getRegular(const IcePatch::RegularPrx&, ProgressCB&); } |