kdeplasma-addons: prefix use of vector from standard namespace

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2020-01-02 03:26:03 +00:00
parent 5e41e52b41
commit b4cd924749

View file

@ -40,7 +40,7 @@ public:
private:
const QalculateSettings *m_qalculateSettings;
vector<MathStructure> result_parts;
std::vector<MathStructure> result_parts;
bool in_matrix;
};