зеркало из https://github.com/mozilla/pjs.git
removing the explicit keyword from the copy constructor
to clear up bustage on hpux r= ccarlen@netscape.com sr= scc@mozilla.org # 61367
This commit is contained in:
Родитель
d8a0599f20
Коммит
3152dcca0c
|
@ -34,7 +34,7 @@ class ProfileStruct
|
|||
{
|
||||
public:
|
||||
explicit ProfileStruct() { }
|
||||
explicit ProfileStruct(const ProfileStruct& src);
|
||||
ProfileStruct(const ProfileStruct& src);
|
||||
|
||||
~ProfileStruct() { }
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче