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:
Diffstat (limited to 'intern/ghost/GHOST_ITimerTask.h')
-rw-r--r--intern/ghost/GHOST_ITimerTask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_ITimerTask.h b/intern/ghost/GHOST_ITimerTask.h
index 0f4ac74c466..5d3013ac348 100644
--- a/intern/ghost/GHOST_ITimerTask.h
+++ b/intern/ghost/GHOST_ITimerTask.h
@@ -55,7 +55,7 @@ class GHOST_ITimerTask {
/**
* Changes the timer callback.
- * \param timerProc The timer callback.
+ * \param timerProc: The timer callback.
*/
virtual void setTimerProc(const GHOST_TimerProcPtr timerProc) = 0;