summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx/debugview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/osx/debugview.h')
-rw-r--r--src/osd/modules/debugger/osx/debugview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/debugger/osx/debugview.h b/src/osd/modules/debugger/osx/debugview.h
index 89438750b62..c658486b287 100644
--- a/src/osd/modules/debugger/osx/debugview.h
+++ b/src/osd/modules/debugger/osx/debugview.h
@@ -21,7 +21,7 @@
debug_view *view;
BOOL wholeLineScroll;
- INT32 totalWidth, totalHeight, originTop;
+ int32_t totalWidth, totalHeight, originTop;
NSFont *font;
CGFloat fontWidth, fontHeight, fontAscent;