Author: rfm
Date: Fri Oct  2 12:34:43 2015
New Revision: 39020

URL: http://svn.gna.org/viewcvs/gnustep?rev=39020&view=rev
Log:
fix missing declaration

Modified:
    libs/performance/trunk/GSIOThreadPool.h

Modified: libs/performance/trunk/GSIOThreadPool.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/performance/trunk/GSIOThreadPool.h?rev=39020&r1=39019&r2=39020&view=diff
==============================================================================
--- libs/performance/trunk/GSIOThreadPool.h     (original)
+++ libs/performance/trunk/GSIOThreadPool.h     Fri Oct  2 12:34:43 2015
@@ -29,6 +29,7 @@
 typedef unsigned int NSUInteger;
 #endif
 
+@class NSMutableArray;
 @class NSTimer;
 
 /** This is the class for threads in the pool.<br />


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to