summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDeleteWindow.h
diff options
context:
space:
mode:
authorMauricio Juarez <mjuarez44@ford.com>2019-08-21 14:05:07 +0200
committerMauricio Juarez <mjuarez44@ford.com>2019-08-21 14:05:07 +0200
commit09384bfaf142bae0e72be1816df6c160ce166d02 (patch)
treeab09eccdefb7e965f9906f0df5c08085100d361e /SmartDeviceLink/SDLDeleteWindow.h
parent32472fe9cdf3c3c200e965c5626b24429fcef00a (diff)
downloadsdl_ios-09384bfaf142bae0e72be1816df6c160ce166d02.tar.gz
update to NSInteger
Diffstat (limited to 'SmartDeviceLink/SDLDeleteWindow.h')
-rw-r--r--SmartDeviceLink/SDLDeleteWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLDeleteWindow.h b/SmartDeviceLink/SDLDeleteWindow.h
index ad8f5ed54..566aaa240 100644
--- a/SmartDeviceLink/SDLDeleteWindow.h
+++ b/SmartDeviceLink/SDLDeleteWindow.h
@@ -15,7 +15,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
@param windowId A unique ID to identify the window. The value of '0' will always be the default main window on the main display and cannot be deleted.
*/
-- (instancetype)initWithId:(UInt32)windowId;
+- (instancetype)initWithId:(NSInteger)windowId;
/**
A unique ID to identify the window.