diff options
author | nyamatongwe <unknown> | 2000-10-03 13:03:13 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-10-03 13:03:13 +0000 |
commit | f2eec7a2f49ce7b7dda18f92d0026cecf2a033d1 (patch) | |
tree | cea87796a2b93da40e665db96aa3f4672d29abf4 /include/Platform.h | |
parent | a3ad62da479a859b0df819ba74aa8b2d5ed71a60 (diff) | |
download | scintilla-mirror-f2eec7a2f49ce7b7dda18f92d0026cecf2a033d1.tar.gz |
Mouse down captures now optional.
Diffstat (limited to 'include/Platform.h')
-rw-r--r-- | include/Platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Platform.h b/include/Platform.h index afcc4f61c..099e5ee22 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -405,7 +405,7 @@ public: return static_cast<short>(x & 0xffff); } static void DebugPrintf(const char *format, ...); - static void ShowAssertionPopUps(bool assertionPopUps_); + static bool ShowAssertionPopUps(bool assertionPopUps_); static void Assert(const char *c, const char *file, int line); static int Clamp(int val, int minVal, int maxVal); }; |