Bug 657447 : adding include guard aroung nsTimeRanges class.

This commit is contained in:
Paul ADENOT 2011-05-17 11:14:40 +12:00
Родитель ee46b56186
Коммит 294c649343
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -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__