summaryrefslogtreecommitdiff
path: root/fluid/code.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/code.h')
-rw-r--r--fluid/code.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/code.h b/fluid/code.h
index bac7bc756..8581c90f8 100644
--- a/fluid/code.h
+++ b/fluid/code.h
@@ -68,7 +68,7 @@ public:
int indentation;
/// set if we write abbreviated file for the source code previewer
/// (disables binary data blocks, for example)
- bool write_sourceview;
+ bool write_codeview;
/// silly thing to prevent declaring unused variables:
/// When this symbol is on, all attempts to write code don't write
/// anything, but set a variable if it looks like the variable "o" is used:
@@ -100,7 +100,7 @@ public:
void write_hc(const char *, int, const char*, const char*);
void write_c_indented(const char *textlines, int inIndent, char inTrailwWith);
Fl_Type* write_code(Fl_Type* p);
- int write_code(const char *cfile, const char *hfile, bool to_sourceview=false);
+ int write_code(const char *cfile, const char *hfile, bool to_codeview=false);
void write_public(int state); // writes pubic:/private: as needed
void tag(int type, unsigned short uid);