X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Ftracepalette.hpp;h=6273605d83d84ed81b7911f538d53db838d5d3d7;hp=c3a8701742f501fee481a8d653c1cb32300ebc8e;hb=HEAD;hpb=1573bf16ba50d1c023ad3a9ce596f0ab6eaeacff diff --git a/pv/views/trace/tracepalette.hpp b/pv/views/trace/tracepalette.hpp index c3a87017..6273605d 100644 --- a/pv/views/trace/tracepalette.hpp +++ b/pv/views/trace/tracepalette.hpp @@ -17,8 +17,8 @@ * along with this program; if not, see . */ -#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_TRACEPALETTE_HPP -#define PULSEVIEW_PV_VIEWS_TRACEVIEW_TRACEPALETTE_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACE_TRACEPALETTE_HPP +#define PULSEVIEW_PV_VIEWS_TRACE_TRACEPALETTE_HPP #include @@ -31,11 +31,11 @@ class TracePalette public: static const unsigned int Cols = 8; static const unsigned int Rows = 4; - static const QColor Colours[Cols * Rows]; + static const QColor Colors[Cols * Rows]; }; } // namespace trace } // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_TRACEPALETTE_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACE_TRACEPALETTE_HPP