Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-08-31 07:26:49 +0300
committerCampbell Barton <campbell@blender.org>2022-08-31 07:36:44 +0300
commitc4a16389bc1881d26738b5576024e3f0f1b33d5c (patch)
tree060875ead15a8c26a6dfccbde23c981474b81dc9 /intern/ghost/intern/GHOST_SystemHeadless.h
parent0f8ebd21e3a0b32e1d982382acad4422a07ac707 (diff)
Cleanup: use bool for GHOST_SystemWin32::setConsoleWindowState return
Diffstat (limited to 'intern/ghost/intern/GHOST_SystemHeadless.h')
-rw-r--r--intern/ghost/intern/GHOST_SystemHeadless.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SystemHeadless.h b/intern/ghost/intern/GHOST_SystemHeadless.h
index dcf445420a4..b02a82fc9eb 100644
--- a/intern/ghost/intern/GHOST_SystemHeadless.h
+++ b/intern/ghost/intern/GHOST_SystemHeadless.h
@@ -30,7 +30,7 @@ class GHOST_SystemHeadless : public GHOST_System {
{
return false;
}
- int setConsoleWindowState(GHOST_TConsoleWindowState /*action*/) override
+ bool setConsoleWindowState(GHOST_TConsoleWindowState /*action*/) override
{
return 0;
}