mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-03 23:01:31 +00:00
Changing the interfaces to avoid a big bad diamond inheritance pattern when we
drop in the RDF implementations.
This commit is contained in:
parent
288a1c7f8c
commit
e28082da09
@ -30,7 +30,7 @@ class nsITreeItem;
|
||||
#define NS_ITREEDATAMODEL_IID \
|
||||
{ 0x728d90c2, 0x5b2a, 0x11d2, { 0x96, 0xed, 0x0, 0x10, 0x4b, 0x7b, 0x7d, 0xeb } }
|
||||
|
||||
class nsITreeDataModel : public nsIDataModel
|
||||
class nsITreeDataModel : public nsISupports
|
||||
{
|
||||
|
||||
public:
|
||||
|
@ -30,7 +30,7 @@ class nsIImageGroup;
|
||||
#define NS_ITREEITEM_IID \
|
||||
{ 0x2fc8fd02, 0x789f, 0x11d2, { 0x96, 0xed, 0x0, 0x10, 0x4b, 0x7b, 0x7d, 0xeb } }
|
||||
|
||||
class nsITreeItem : public nsIDMItem
|
||||
class nsITreeItem : public nsISupports
|
||||
{
|
||||
public:
|
||||
// Inspectors
|
||||
|
Loading…
Reference in New Issue
Block a user