summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-12-04 08:18:51 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-12-04 08:18:51 +0000
commit2d64c0febaeaf717bd5aab0e611c11f9364fb047 (patch)
treef1e11d1975e4f3831aac87344deac947f4e152d5 /src
parentWarning cleanup. (diff)
downloadinkscape-2d64c0febaeaf717bd5aab0e611c11f9364fb047.tar.gz
inkscape-2d64c0febaeaf717bd5aab0e611c11f9364fb047.zip
Ifdef cleanup
(bzr r6939)
Diffstat (limited to 'src')
-rw-r--r--src/widgets/sp-color-preview.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/widgets/sp-color-preview.h b/src/widgets/sp-color-preview.h
index d9ba154e1..84f5456bb 100644
--- a/src/widgets/sp-color-preview.h
+++ b/src/widgets/sp-color-preview.h
@@ -1,5 +1,5 @@
-#ifndef __SP_COLOR_PREVIEW_H__
-#define __SP_COLOR_PREVIEW_H__
+#ifndef SEEN_COLOR_PREVIEW_H
+#define SEEN_COLOR_PREVIEW_H
/*
* A simple color preview widget
@@ -42,6 +42,4 @@ GtkWidget *sp_color_preview_new (guint32 rgba);
void sp_color_preview_set_rgba32 (SPColorPreview *cp, guint32 color);
-
-
-#endif
+#endif // SEEN_COLOR_PREVIEW_H