#include "wx/control.h"
-#if USE_IOSTREAMH
+#if wxUSE_IOSTREAMH
#include <iostream.h>
#else
#include <iostream>
protected:
bool m_isRich; // Are we using rich text edit to implement this?
- wxString fileName;
+ wxString m_fileName;
DECLARE_EVENT_TABLE()
};