Index: libcfa/src/bits/queue.hfa
===================================================================
--- libcfa/src/bits/queue.hfa	(revision a5e7233ed9642389f0f296f388965729df83c758)
+++ libcfa/src/bits/queue.hfa	(revision c407434eeb45d5de6bcb9d33c9b5a7fde9346ceb)
@@ -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){};
