summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/kab/korder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/kab/korder.hxx')
-rw-r--r--connectivity/source/drivers/kab/korder.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/kab/korder.hxx b/connectivity/source/drivers/kab/korder.hxx
index 6bcc6aab5b10..000d3f782fdc 100644
--- a/connectivity/source/drivers/kab/korder.hxx
+++ b/connectivity/source/drivers/kab/korder.hxx
@@ -51,7 +51,7 @@ namespace connectivity
class KabComplexOrder : public KabOrder
{
- ::std::vector<KabOrder *> m_aOrders;
+ std::vector<KabOrder *> m_aOrders;
public:
KabComplexOrder();