embedding/qa is not part of the build

you can tell because this file doesn't build without this change
This commit is contained in:
timeless%mozdev.org 2004-04-05 08:31:42 +00:00
Родитель fbd995825f
Коммит 051813662d
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -36,6 +36,8 @@
*
* ***** END LICENSE BLOCK ***** */
#include <stdio.h>
//locals
#include "nsQABrowserView.h"
#include "nsIQABrowserView.h"
@ -53,7 +55,6 @@
#include "nsWeakPtr.h"
#include "nsWeakReference.h"
nsQABrowserView::nsQABrowserView():mWebBrowser(nsnull)
{
mWebBrowser = nsnull;