summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi/superpmi-shared/typeutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolBox/superpmi/superpmi-shared/typeutils.h')
-rw-r--r--src/ToolBox/superpmi/superpmi-shared/typeutils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ToolBox/superpmi/superpmi-shared/typeutils.h b/src/ToolBox/superpmi/superpmi-shared/typeutils.h
index 31cb478020..c511618b74 100644
--- a/src/ToolBox/superpmi/superpmi-shared/typeutils.h
+++ b/src/ToolBox/superpmi/superpmi-shared/typeutils.h
@@ -14,11 +14,11 @@
class TypeUtils
{
public:
- static const char *GetCorInfoTypeName(CorInfoType type);
+ static const char* GetCorInfoTypeName(CorInfoType type);
static bool IsFloatingPoint(CorInfoType type);
static bool IsPointer(CorInfoType type);
static bool IsValueClass(CorInfoType type);
- static bool ValueClassRequiresByref(MethodContext *mc, CORINFO_CLASS_HANDLE clsHnd);
+ static bool ValueClassRequiresByref(MethodContext* mc, CORINFO_CLASS_HANDLE clsHnd);
static size_t SizeOfCorInfoType(CorInfoType type);
};