Forward-declare nsIPresShell in nsISelectionPrivate.h.

This commit is contained in:
sfraser%netscape.com 2003-04-04 02:36:12 +00:00
Родитель dcaf858b0d
Коммит 05e5f933f1
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -27,13 +27,12 @@
#include "nsISelectionDisplay.idl"
%{C++
class nsISelection;
typedef short SelectionType;
typedef short SelectionRegion;
%}
interface nsIDOMNode;
interface nsISelection;
interface nsISelectionDisplay;
[scriptable, uuid(D2D1D179-85A7-11d3-9932-00108301233C)]

Просмотреть файл

@ -43,6 +43,10 @@
interface nsIDOMRange;
interface nsISelectionListener;
%{C++
class nsIPresShell;
%}
[ptr] native nsIPresShell(nsIPresShell);
[scriptable, uuid(2d5535e2-1dd2-11b2-8e38-d53ec833adf6)]