Revision: 1149
http://opde.svn.sourceforge.net/opde/?rev=1149&view=rev
Author: patryn
Date: 2009-02-25 05:36:59 +0000 (Wed, 25 Feb 2009)
Log Message:
-----------
Replace "struct" with "class" to keep VC happy.
Modified Paths:
--------------
trunk/src/services/draw/DrawCommon.h
Modified: trunk/src/services/draw/DrawCommon.h
===================================================================
--- trunk/src/services/draw/DrawCommon.h 2009-02-23 20:53:19 UTC (rev 1148)
+++ trunk/src/services/draw/DrawCommon.h 2009-02-25 05:36:59 UTC (rev 1149)
@@ -180,7 +180,7 @@
};
// forward decl
- struct DrawSource;
+ class DrawSource;
// A base rendering source info - material and texture
class OPDELIB_EXPORT DrawSourceBase {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|