summaryrefslogtreecommitdiffstats
path: root/src/cv2pdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cv2pdb.h')
-rw-r--r--src/cv2pdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cv2pdb.h b/src/cv2pdb.h
index 0b93b38..cdfed36 100644
--- a/src/cv2pdb.h
+++ b/src/cv2pdb.h
@@ -79,6 +79,7 @@ public:
int fixProperty(int type, int prop, int fieldType);
bool derivesFromObject(const codeview_type* cvtype);
bool isCppInterface(const codeview_type* cvtype);
+ bool isClassType(int type);
int sizeofClassType(const codeview_type* cvtype);
int sizeofBasicType(int type);