Author: matt
Date: 2012-06-13 16:24:38 -0700 (Wed, 13 Jun 2012)
New Revision: 9598
Log:
Using forward declaration to solve minor namespace issue
Modified:
branches/branch-3.0/include/fltk3connect/FTPConnection.h
Modified: branches/branch-3.0/include/fltk3connect/FTPConnection.h
===================================================================
--- branches/branch-3.0/include/fltk3connect/FTPConnection.h 2012-06-13
23:13:14 UTC (rev 9597)
+++ branches/branch-3.0/include/fltk3connect/FTPConnection.h 2012-06-13
23:24:38 UTC (rev 9598)
@@ -35,6 +35,9 @@
#include <fltk3connect/TCPSocket.h>
+struct timespec;
+
+
namespace fltk3 {
class FTPConnection;
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit