diff options
Diffstat (limited to 'wx+/graph.cpp')
-rw-r--r-- | wx+/graph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/graph.cpp b/wx+/graph.cpp index f39d29f5..95a6955b 100644 --- a/wx+/graph.cpp +++ b/wx+/graph.cpp @@ -45,7 +45,7 @@ wxColor getDefaultColor(size_t pos) switch (pos % 10) { case 0: - return { 0, 69, 134 }; //blue + return { 0, 69, 134 }; //blue case 1: return { 255, 66, 14 }; //red case 2: |