summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/types/Variant.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/qpid/types/Variant.h')
-rw-r--r--cpp/include/qpid/types/Variant.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/qpid/types/Variant.h b/cpp/include/qpid/types/Variant.h
index 3feba4a0ec..3493559777 100644
--- a/cpp/include/qpid/types/Variant.h
+++ b/cpp/include/qpid/types/Variant.h
@@ -60,9 +60,9 @@ enum VariantType {
VAR_UUID
};
-std::string getTypeName(VariantType type);
+QPID_TYPES_EXTERN std::string getTypeName(VariantType type);
-bool isIntegerType(VariantType type);
+QPID_TYPES_EXTERN bool isIntegerType(VariantType type);
class VariantImpl;