VirtualBox

儲存庫 vbox 的更動 49765


忽略:
時間撮記:
2013-12-4 上午05:37:08 (11 年 以前)
作者:
vboxsync
訊息:

array.h: SafeArray(const SafeArray&) has to implicitly call this->Copy(...) instead of Copy(...), because inheritance isn't working as expected here (C++-FAQ[35.19] http://www.parashift.com/c++-faq-lite/nondependent-name-lookup-members.html)

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/include/VBox/com/array.h

    r49576 r49765  
    16561656             it != aCntr.end(); ++ it, ++ i)
    16571657#ifdef VBOX_WITH_XPCOM
    1658             Copy(*it, Base::m.arr[i]);
     1658            this->Copy(*it, Base::m.arr[i]);
    16591659#else
    16601660            Copy(*it, Base::m.raw[i]);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette