зеркало из https://github.com/mozilla/gecko-dev.git
Bug 657447 : adding include guard aroung nsTimeRanges class.
This commit is contained in:
Родитель
ee46b56186
Коммит
294c649343
|
@ -36,6 +36,9 @@
|
|||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifndef nsTimeRanges_h__
|
||||
#define nsTimeRanges_h__
|
||||
|
||||
#include "nsIDOMTimeRanges.h"
|
||||
#include "nsISupports.h"
|
||||
#include "nsTArray.h"
|
||||
|
@ -64,3 +67,5 @@ private:
|
|||
|
||||
nsAutoTArray<TimeRange,4> mRanges;
|
||||
};
|
||||
|
||||
#endif // nsTimeRanges_h__
|
||||
|
|
Загрузка…
Ссылка в новой задаче