[sword-svn] r2791 - trunk/include
chrislit at crosswire.org
chrislit at crosswire.org
Sat Mar 16 15:26:14 MST 2013
Author: chrislit
Date: 2013-03-16 15:26:14 -0700 (Sat, 16 Mar 2013)
New Revision: 2791
Modified:
trunk/include/zverse.h
Log:
VC++ complains of undefined SWBuf unless swbuf.h is included; predeclaring the class doesn't work for some reason
Modified: trunk/include/zverse.h
===================================================================
--- trunk/include/zverse.h 2013-03-16 22:22:31 UTC (rev 2790)
+++ trunk/include/zverse.h 2013-03-16 22:26:14 UTC (rev 2791)
@@ -9,12 +9,12 @@
#define ZVERSE_H
#include <defs.h>
+#include <swbuf.h>
SWORD_NAMESPACE_START
class FileDesc;
class SWCompress;
-class SWBuf;
class SWDLLEXPORT zVerse {
SWCompress *compressor;
More information about the sword-cvs
mailing list