Needs to be virtual (from sr's comments)

Implement the assign method with an "=" operator
Bug 151628 r=ccarlen sr=jst
This commit is contained in:
rods%netscape.com 2006-02-07 01:14:11 +00:00
Родитель 66022f3f87
Коммит 18b367b406
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -42,7 +42,7 @@ public:
nsPrintSettings(const nsPrintSettings& aPS);
virtual ~nsPrintSettings();
nsPrintSettings& operator=(const nsPrintSettings& rhs);
virtual nsPrintSettings& operator=(const nsPrintSettings& rhs);
protected:
// May be implemented by the platform-specific derived class