Index: libcfa/src/bits/queue.hfa
===================================================================
--- libcfa/src/bits/queue.hfa	(revision f19497c64f0ce8ac12bb9bdeb7564071194e0066)
+++ libcfa/src/bits/queue.hfa	(revision 11054ebabd4e6fc888222295c6cc3ff8811ba9fa)
@@ -15,5 +15,5 @@
 	};
 
-	inline {
+	static inline {
 		// wrappers to make Collection have T
 		T & head( Queue(T) & q ) with( q ) {
@@ -154,7 +154,7 @@
 	struct QueueIter {
 		inline ColIter;									// Plan 9 inheritance
-	};	
+	};
 
-	inline {
+	static inline {
 		void ?{}( QueueIter(T) & qi ) with( qi ) {
 			((ColIter &)qi){};
