Author: [EMAIL PROTECTED]
Date: Fri Sep 26 16:58:45 2008
New Revision: 3689

Modified:
    changes/jat/oophm-branch/plugins/xpcom/JavaObject.cpp

Log:
Tiny portability fix.


Modified: changes/jat/oophm-branch/plugins/xpcom/JavaObject.cpp
==============================================================================
--- changes/jat/oophm-branch/plugins/xpcom/JavaObject.cpp       (original)
+++ changes/jat/oophm-branch/plugins/xpcom/JavaObject.cpp       Fri Sep 26  
16:58:45 2008
@@ -285,7 +285,7 @@
    int dispId = JSVAL_TO_INT(argv[0]);
    Debug::DebugStream& dbg = Debug::log(Debug::Spam) << "JavaObject::call  
oid="
        << JavaObject::getObjectId(ctx, obj) << ",dispId=" << dispId << " (";
-  for (int i = 2; i < argc; ++i) {
+  for (unsigned i = 2; i < argc; ++i) {
      if (i > 2) {
        dbg << ", ";
      }

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to