Bug 510650. Make class ::nsWindow a friend of mozilla::widget::WindowHook, not mozilla::widget::nsWindow. r=jmathies

This commit is contained in:
Mook 2009-08-25 12:10:32 -07:00
parent 6bdfcc6a1d
commit 25952f64b4

View File

@ -103,7 +103,7 @@ private:
MessageDataArray mMessageData;
// For Notify
friend nsWindow;
friend class ::nsWindow;
};
}