mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Bug 198542 missing #ifndef/#endif directives in nsITextControlFrame.h
r=jkeiser, sr=henry.jia
This commit is contained in:
parent
18152975d3
commit
0f97378c68
@ -34,6 +34,9 @@
|
||||
* the terms of any one of the NPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifndef nsITextControlFrame_h___
|
||||
#define nsITextControlFrame_h___
|
||||
|
||||
#include "nsIFormControlFrame.h"
|
||||
|
||||
@ -86,3 +89,5 @@ public:
|
||||
|
||||
NS_IMETHOD GetSelectionContr(nsISelectionController **aSelCon) = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
@ -34,6 +34,9 @@
|
||||
* the terms of any one of the NPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifndef nsITextControlFrame_h___
|
||||
#define nsITextControlFrame_h___
|
||||
|
||||
#include "nsIFormControlFrame.h"
|
||||
|
||||
@ -86,3 +89,5 @@ public:
|
||||
|
||||
NS_IMETHOD GetSelectionContr(nsISelectionController **aSelCon) = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user