app: change the include guards of gegl/gimp-gegl-config.h
They can't be the same as in config/gimpgeglconfig.h.
This commit is contained in:
parent
1ef06fdbb2
commit
b72d73377a
1 changed files with 3 additions and 3 deletions
|
|
@ -15,8 +15,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_GEGL_CONFIG_H__
|
||||
#define __GIMP_GEGL_CONFIG_H__
|
||||
#ifndef __GIMP_GEGL_CONFIG_ARGH_H__
|
||||
#define __GIMP_GEGL_CONFIG_ARGH_H__
|
||||
|
||||
|
||||
void gimp_gegl_config_register (const gchar *operation,
|
||||
|
|
@ -31,4 +31,4 @@ void gimp_gegl_config_sync_node (GimpObject *config,
|
|||
GeglNode *node);
|
||||
|
||||
|
||||
#endif /* __GIMP_GEGL_CONFIG_H__ */
|
||||
#endif /* __GIMP_GEGL_CONFIG_ARGH_H__ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue