summaryrefslogtreecommitdiff
path: root/src/gui/models/colormodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/models/colormodel.h')
-rw-r--r--src/gui/models/colormodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/models/colormodel.h b/src/gui/models/colormodel.h
index 225bc6536..9d621dfbe 100644
--- a/src/gui/models/colormodel.h
+++ b/src/gui/models/colormodel.h
@@ -63,7 +63,7 @@ class ColorModel final : public ListModel
protected:
StringVect mNames;
- std::vector<ColorPair> mColors;
+ STD_VECTOR<ColorPair> mColors;
};
#endif // GUI_MODELS_COLORMODEL_H