VirtualBox

Changeset 30634 in vbox for trunk/src/libs/xpcom18a4/xpcom


Ignore:
Timestamp:
Jul 5, 2010 7:44:39 PM (14 years ago)
Author:
vboxsync
Message:

nsEmbedString.h: three more warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/string/public/nsEmbedString.h

    r25782 r30634  
    110110
    111111      nsEmbedCString(const self_type& aString)
     112#ifdef VBOX
     113            : nsCStringContainer()
     114#endif
    112115        {
    113116          NS_CStringContainerInit(*this);
     
    117120      explicit
    118121      nsEmbedCString(const abstract_string_type& aReadable)
     122#ifdef VBOX
     123            : nsCStringContainer()
     124#endif
    119125        {
    120126          NS_CStringContainerInit(*this);
     
    124130      explicit
    125131      nsEmbedCString(const char_type* aData, size_type aLength = PR_UINT32_MAX)
     132#ifdef VBOX
     133            : nsCStringContainer()
     134#endif
    126135        {
    127136          NS_CStringContainerInit(*this);
Note: See TracChangeset for help on using the changeset viewer.

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