src/hbcore/utils/hbdeviceprofiledatabase_p.h
changeset 34 ed14f46c0e55
parent 5 627c4a0fd0e7
--- a/src/hbcore/utils/hbdeviceprofiledatabase_p.h	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbcore/utils/hbdeviceprofiledatabase_p.h	Mon Oct 18 18:23:13 2010 +0300
@@ -40,7 +40,7 @@
     static HbDeviceProfileDatabase *instance(HbMemoryManager::MemoryType type =
                 HbMemoryManager::HeapMemory);
 
-    int deviceProfilesOffset();
+    qptrdiff  deviceProfilesOffset();
 
 private:
     HbDeviceProfileDatabase(HbMemoryManager::MemoryType type =
@@ -55,7 +55,7 @@
 private:
     HbDeviceProfileList *mDeviceProfiles;
     HbDeviceModeInfo *mDeviceModes;
-    int mDeviceProfilesOffset;
+    qptrdiff mDeviceProfilesOffset;
     HbMemoryManager::MemoryType mType;
 };