Index: /trunk/include/iprt/cpp/ministring.h
===================================================================
--- /trunk/include/iprt/cpp/ministring.h	(revision 33693)
+++ /trunk/include/iprt/cpp/ministring.h	(revision 33694)
@@ -654,5 +654,5 @@
      * @returns 0 on failure.
      */
-    int toInt32() const
+    int32_t toInt32() const
     {
         return RTStrToInt32(m_psz);
@@ -665,5 +665,5 @@
      * @returns 0 on failure.
      */
-    int toUInt32() const
+    uint32_t toUInt32() const
     {
         return RTStrToUInt32(m_psz);
