| Index: sky/engine/core/editing/EditAction.h
|
| diff --git a/sky/engine/core/editing/EditAction.h b/sky/engine/core/editing/EditAction.h
|
| index 6738568f571ee0022721e756cca4766cc932244f..77132c4ef266867a3e11c305a418802bac21f6e8 100644
|
| --- a/sky/engine/core/editing/EditAction.h
|
| +++ b/sky/engine/core/editing/EditAction.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef EditAction_h
|
| -#define EditAction_h
|
| +#ifndef SKY_ENGINE_CORE_EDITING_EDITACTION_H_
|
| +#define SKY_ENGINE_CORE_EDITING_EDITACTION_H_
|
|
|
| namespace blink {
|
| typedef enum {
|
| @@ -70,4 +70,4 @@ namespace blink {
|
| } EditAction;
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_EDITING_EDITACTION_H_
|
|
|