aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/link.h')
-rw-r--r--ncpd/link.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ncpd/link.h b/ncpd/link.h
index 25cd280..e8b2386 100644
--- a/ncpd/link.h
+++ b/ncpd/link.h
@@ -193,9 +193,9 @@ private:
bool failed;
Enum<link_type> linkType;
- vector<ackWaitQueueElement> ackWaitQueue;
- vector<bufferStore> holdQueue;
- vector<bufferStore> waitQueue;
+ std::vector<ackWaitQueueElement> ackWaitQueue;
+ std::vector<bufferStore> holdQueue;
+ std::vector<bufferStore> waitQueue;
bool xoff[256];
};