diff --git a/codec/encoder/core/inc/bundleloader.h b/codec/encoder/core/inc/bundleloader.h index d67c9c1e..c2abc666 100644 --- a/codec/encoder/core/inc/bundleloader.h +++ b/codec/encoder/core/inc/bundleloader.h @@ -68,7 +68,7 @@ if (noErr == iStatus) { } } std::string strPath (cCurrentPath); -int pos = std::string::npos; +std::string::size_type pos = std::string::npos; for (int i = 0; i < locateNumber; i++) { pos = strPath.rfind ('/'); if (std::string::npos == pos) {