Made the table member variables protected so that the tree widget can

access them.
This commit is contained in:
hyatt%netscape.com 1999-02-03 22:35:03 +00:00
Родитель 2041d3c481
Коммит 47907234fe
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -791,7 +791,7 @@ public: /* ----- Cell Map public methods ----- */
public:
static nsIAtom* gColGroupAtom;
private:
protected:
void DebugPrintCount() const; // Debugging routine
// data members

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

@ -791,7 +791,7 @@ public: /* ----- Cell Map public methods ----- */
public:
static nsIAtom* gColGroupAtom;
private:
protected:
void DebugPrintCount() const; // Debugging routine
// data members