Fix warning with include guards

This commit is contained in:
David Capello 2015-01-21 11:17:33 -03:00
parent ce08c144e8
commit dd2f10bcd8

View File

@ -17,7 +17,7 @@
*/
#ifndef APP_CMD_SET_CEL_FRAME_H_INCLUDED
#define APP_CMD_SET_CEL_FRAME_CEL_H_INCLUDED
#define APP_CMD_SET_CEL_FRAME_H_INCLUDED
#pragma once
#include "app/cmd.h"