summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Parser.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-03-29 03:40:57 +0000
committerMichi Henning <michi@zeroc.com>2004-03-29 03:40:57 +0000
commita766495f65576d8e2e9a6eacd00c25c85547115d (patch)
tree4a22f9c62e21da98894f8df0fe75b5fbda90b266 /cpp/include/Slice/Parser.h
parentRemoved warning about unused variable. (diff)
downloadice-a766495f65576d8e2e9a6eacd00c25c85547115d.tar.bz2
ice-a766495f65576d8e2e9a6eacd00c25c85547115d.tar.xz
ice-a766495f65576d8e2e9a6eacd00c25c85547115d.zip
*** empty log message ***
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r--cpp/include/Slice/Parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h
index a987fe35722..c38121ee65a 100644
--- a/cpp/include/Slice/Parser.h
+++ b/cpp/include/Slice/Parser.h
@@ -147,7 +147,7 @@ public:
// most-derived to least-derived order.
// ----------------------------------------------------------------------
-class DerivedToBaseCompare : public std::binary_function<std::string, std::string, bool>
+class SLICE_API DerivedToBaseCompare : public std::binary_function<std::string, std::string, bool>
{
public: