[gimp/metadata-browser] app: changed include guards to not clash with libgimpcolor/gimppixbuf.h
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] app: changed include guards to not clash with libgimpcolor/gimppixbuf.h
- Date: Thu, 13 Sep 2012 00:20:09 +0000 (UTC)
commit 180522ee895ab6c0c5d50878eef283d24ce1dec0
Author: Michael Natterer <mitch gimp org>
Date: Tue May 22 02:17:11 2012 +0200
app: changed include guards to not clash with libgimpcolor/gimppixbuf.h
app/widgets/gimppixbuf.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/widgets/gimppixbuf.h b/app/widgets/gimppixbuf.h
index 5e471ab..2c31817 100644
--- a/app/widgets/gimppixbuf.h
+++ b/app/widgets/gimppixbuf.h
@@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __GIMP_PIXBUF_H__
-#define __GIMP_PIXBUF_H__
+#ifndef __APP_GIMP_PIXBUF_H__
+#define __APP_GIMP_PIXBUF_H__
GSList * gimp_pixbuf_get_formats (void);
@@ -30,4 +30,4 @@ void gimp_pixbuf_targets_add (GtkTargetList *target_list,
void gimp_pixbuf_targets_remove (GtkTargetList *target_list);
-#endif /* __GIMP_PIXBUF_H__ */
+#endif /* __APP_GIMP_PIXBUF_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]