diff options
Diffstat (limited to 'cpp/include')
| -rw-r--r-- | cpp/include/qpid/types/Variant.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/qpid/types/Variant.h b/cpp/include/qpid/types/Variant.h index 9ae672b7c2..d9260133a7 100644 --- a/cpp/include/qpid/types/Variant.h +++ b/cpp/include/qpid/types/Variant.h @@ -60,6 +60,8 @@ enum VariantType { VAR_UUID }; +std::string getTypeName(VariantType type); + class VariantImpl; /** |
