Path: blob/main/editors/fxite/files/patch-src_fxasq.h
16461 views
--- src/fxasq.h.orig 2013-10-03 09:22:51 UTC1+++ src/fxasq.h2@@ -17,8 +17,11 @@351 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.4*/56+#ifndef FXASQ_H7+#define FXASQ_H89#include "fxasq_c.h"10+#include "compat.h"111213class FxAsqWin: public FXObject {14@@ -33,7 +36,7 @@ class FxAsqWin: public FXObject {15void AppendResult(const char*key, const char*value);16void PutResults();17protected:18- FXDict keylist;19+ Dictionary keylist;20FXVerticalFrame *userbox;21public:2223@@ -55,4 +58,5 @@ class FxAsqWin: public FXObject {24void Color( const char*key, const char*value, const char*label);25void Font( const char*key, const char*value, const char*label);26};27+#endif28293031