summaryrefslogtreecommitdiff
path: root/fluid/tools/ExternalCodeEditor_WIN32.h
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 02:33:41 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 02:33:41 +0500
commit43e0a37906afabb0b3b091b8d3eac9a910cae50c (patch)
treed2a037c2bf0dc395fddb08e32ebfcf2795503b7c /fluid/tools/ExternalCodeEditor_WIN32.h
parent4ce4967c33d56e4b56d85d11fe0e0be91e159f5d (diff)
wip
Diffstat (limited to 'fluid/tools/ExternalCodeEditor_WIN32.h')
-rw-r--r--fluid/tools/ExternalCodeEditor_WIN32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/tools/ExternalCodeEditor_WIN32.h b/fluid/tools/ExternalCodeEditor_WIN32.h
index 83c50a742..679e474c1 100644
--- a/fluid/tools/ExternalCodeEditor_WIN32.h
+++ b/fluid/tools/ExternalCodeEditor_WIN32.h
@@ -43,7 +43,7 @@ public:
ExternalCodeEditor();
~ExternalCodeEditor();
int is_editing();
- int reap_editor(DWORD *pid_reaped=nullptr);
+ int reap_editor(DWORD *pid_reaped=0);
void close_editor();
const char *filename() { return filename_; }
int open_editor(const char *editor_cmd, const char *code);