Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/editors/fxite/files/patch-src_appwin__base.h
16461 views
1
--- src/appwin_base.h.orig 2013-10-03 09:22:51 UTC
2
+++ src/appwin_base.h
3
@@ -114,7 +114,7 @@ class TopWindowBase: public MainWinWithClipBrd { (publ
4
virtual ~TopWindowBase();
5
static TopWindowBase* instance();
6
virtual void create();
7
- virtual FXbool close(FXbool notify=FALSE);
8
+ virtual FXbool close(FXbool notify=false);
9
void ParseCommands(FXString &commands);
10
bool Closing();
11
bool IsMacroCancelled();
12
13