Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv24717/include
Modified Files:
MTextStyle.h
Log Message:
compilation fix for MTextStyle problems
Index: MTextStyle.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MTextStyle.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -2 -r1.1 -r1.2
--- MTextStyle.h 30 Nov 2002 01:47:40 -0000 1.1
+++ MTextStyle.h 30 Nov 2002 22:26:39 -0000 1.2
@@ -20,4 +20,10 @@
class MTextStyle : public wxTextAttr
{
+public:
+ MTextStyle() { }
+ MTextStyle(const wxColour& colText,
+ const wxColour& colBack = wxNullColour,
+ const wxFont& font = wxNullFont)
+ : wxTextAttr(colText, colBack, font) { }
};
-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates