fix for build breakage on aix, hpux and other platforms no one uses a=briano

This commit is contained in:
pavlov%netscape.com 1999-09-23 04:21:58 +00:00
Родитель cbcb4df751
Коммит 6279366e5c
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -822,7 +822,7 @@ nsWindow::OnDrawSignal(GdkRectangle * aArea)
// Add an XATOM property to this window.
// Assuming XA_STRING type.
// Borrowed from xfe classic branch.
void nsWindow::StoreProperty(char *property, const unsigned char *data)
void nsWindow::StoreProperty(char *property, unsigned char *data)
{
// This needs to happen before properties start working.

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

@ -67,7 +67,7 @@ public:
gint ConvertBorderStyles(nsBorderStyle bs);
// Add an XATOM property to this window.
void StoreProperty(char *property, const unsigned char *data);
void StoreProperty(char *property, unsigned char *data);
virtual PRBool IsChild() const;