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:
authorHans Goudey <h.goudey@me.com>2022-04-18 18:22:15 +0300
committerHans Goudey <h.goudey@me.com>2022-04-18 18:22:15 +0300
commitb45e566097c395f63db84bb76c935ae0850da475 (patch)
tree164b4ba5d09eb68bce02831619ea99d717e3aec6 /intern/ghost/GHOST_ISystem.h
parented7bbbe16448711042cdef0dae8125d0fddd5808 (diff)
parentccd2e89d37fb4887045969c1a50a66ca024c8c11 (diff)
Merge branch 'master' into temp-mesh-cpp
Diffstat (limited to 'intern/ghost/GHOST_ISystem.h')
-rw-r--r--intern/ghost/GHOST_ISystem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_ISystem.h b/intern/ghost/GHOST_ISystem.h
index ed193ee7e5d..bb91abbadec 100644
--- a/intern/ghost/GHOST_ISystem.h
+++ b/intern/ghost/GHOST_ISystem.h
@@ -452,8 +452,9 @@ class GHOST_ISystem {
/**
* Specify whether debug messages are to be shown.
+ * \param debug: Flag for systems to debug.
*/
- virtual void initDebug(bool is_debug_enabled) = 0;
+ virtual void initDebug(GHOST_Debug debug) = 0;
/**
* Check whether debug messages are to be shown.