summaryrefslogtreecommitdiffstats
path: root/src/ui/widget
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-01-08 20:57:27 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-01-08 20:57:27 +0000
commitbd7ce1e72dae8f5c93e7845dd4b81524ef3db9a5 (patch)
treee18b643f39f142591f8cf07b945b14176b82ba82 /src/ui/widget
parentChange my mind on the solution to the bug, protect all selection additions. (diff)
downloadinkscape-bd7ce1e72dae8f5c93e7845dd4b81524ef3db9a5.tar.gz
inkscape-bd7ce1e72dae8f5c93e7845dd4b81524ef3db9a5.zip
small code clarification, doesn't change anything, but makes intent more clear
(bzr r12895)
Diffstat (limited to 'src/ui/widget')
-rw-r--r--src/ui/widget/selected-style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp
index aa617353c..d29554c41 100644
--- a/src/ui/widget/selected-style.cpp
+++ b/src/ui/widget/selected-style.cpp
@@ -107,7 +107,7 @@ typedef enum {
// pointers/types used need to be read-only. So until we correct the using
// code, those warnings are actually desired. They say "Hey! Fix this". We
// definitely don't want to hide/ignore them. --JonCruz
-static GtkTargetEntry ui_drop_target_entries [] = {
+static const GtkTargetEntry ui_drop_target_entries [] = {
{"application/x-color", 0, APP_X_COLOR}
};