зеркало из https://github.com/mozilla/pjs.git
OK, really fixing the HP bustage this time.
This commit is contained in:
Родитель
3bd2314a52
Коммит
b663fde150
|
@ -402,7 +402,7 @@ private:
|
|||
class PrintData {
|
||||
public:
|
||||
|
||||
typedef enum ePrintDataType {eIsPrinting, eIsPrintPreview };
|
||||
typedef enum {eIsPrinting, eIsPrintPreview } ePrintDataType;
|
||||
|
||||
PrintData(ePrintDataType aType);
|
||||
~PrintData(); // non-virtual
|
||||
|
|
|
@ -402,7 +402,7 @@ private:
|
|||
class PrintData {
|
||||
public:
|
||||
|
||||
typedef enum ePrintDataType {eIsPrinting, eIsPrintPreview };
|
||||
typedef enum {eIsPrinting, eIsPrintPreview } ePrintDataType;
|
||||
|
||||
PrintData(ePrintDataType aType);
|
||||
~PrintData(); // non-virtual
|
||||
|
|
Загрузка…
Ссылка в новой задаче