mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
dumb compiler things.
This commit is contained in:
parent
1553fbbc31
commit
7e95a7e21e
@ -463,7 +463,7 @@ CLSID nsDataObj::GetClassID() const
|
||||
//-----------------------------------------------------
|
||||
// Registers a the DataFlavor/FE pair
|
||||
//-----------------------------------------------------
|
||||
void nsDataObj::AddDataFlavor(nsString & aDataFlavor, LPFORMATETC aFE)
|
||||
void nsDataObj::AddDataFlavor(const nsString & aDataFlavor, LPFORMATETC aFE)
|
||||
{
|
||||
// These two lists are the mapping to and from data flavors and FEs
|
||||
// Later, OLE will tell us it's needs a certain type of FORMATETC (text, unicode, etc)
|
||||
|
@ -60,7 +60,7 @@ class nsDataObj : public IDataObject
|
||||
virtual HRESULT SetMetafilePict(FORMATETC& FE, STGMEDIUM& STM);
|
||||
|
||||
// support for clipboard
|
||||
void AddDataFlavor(nsString & aDataFlavor, LPFORMATETC aFE);
|
||||
void AddDataFlavor(const nsString & aDataFlavor, LPFORMATETC aFE);
|
||||
void SetTransferable(nsITransferable * aTransferable);
|
||||
|
||||
virtual HRESULT GetText(nsString * aDF, FORMATETC& FE, STGMEDIUM& STM);
|
||||
|
Loading…
x
Reference in New Issue
Block a user