plug-ins: fix include guards in gfig-types.h

This commit is contained in:
Michael Natterer 2012-02-21 16:44:14 +01:00
parent 71e8fc8c3a
commit 96cec46bec
1 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@
*
*/
#ifndef __GFIG_ENUMS_H__
#define __GFIG_ENUMS_H__
#ifndef __GFIG_TYPES_H__
#define __GFIG_TYPES_H__
typedef enum
{
@ -112,4 +112,4 @@ typedef struct _GFigObj GFigObj;
typedef struct _GfigObject GfigObject;
typedef struct _Style Style;
#endif /* __GFIG_ENUMS_H__ */
#endif /* __GFIG_TYPES_H__ */