mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
kdeplasma-addons: prefix use of vector from standard namespace
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
5e41e52b41
commit
b4cd924749
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public:
|
|||
|
||||
private:
|
||||
const QalculateSettings *m_qalculateSettings;
|
||||
vector<MathStructure> result_parts;
|
||||
std::vector<MathStructure> result_parts;
|
||||
bool in_matrix;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue