[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 1661
Date : Fri Aug 4 10:14:19 BST 2006
Changed paths:
M /Trunk/XaraLX/wxOil/errors.cpp
Add #ifdef around derived wxDebugReport class
Diff:
Index: Trunk/XaraLX/wxOil/errors.cpp
===================================================================
--- Trunk/XaraLX/wxOil/errors.cpp (revision 1660)
+++ Trunk/XaraLX/wxOil/errors.cpp (revision 1661)
@@ -341,6 +341,7 @@
#else
+#ifdef HAVE_DEBUGREPORT
class wxCamDebugReport : public wxDebugReport
{
public:
@@ -364,6 +365,7 @@
nodeRoot->AddChild(nodeVersion);
}
};
+#endif
class CamErrorDialog : public wxDialog
{
Xara