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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/ghost/GHOST_ITimerTask.h b/intern/ghost/GHOST_ITimerTask.h
index 61a2b83011b..fa2f788823f 100644
--- a/intern/ghost/GHOST_ITimerTask.h
+++ b/intern/ghost/GHOST_ITimerTask.h
@@ -67,19 +67,19 @@ public:
* Returns the timer callback.
* @return The timer callback.
*/
- inline virtual GHOST_TimerProcPtr getTimerProc() const = 0;
+ virtual GHOST_TimerProcPtr getTimerProc() const = 0;
/**
* Changes the timer callback.
* @param timerProc The timer callback.
*/
- inline virtual void setTimerProc(const GHOST_TimerProcPtr timerProc) = 0;
+ virtual void setTimerProc(const GHOST_TimerProcPtr timerProc) = 0;
/**
* Returns the timer user data.
* @return The timer user data.
*/
- inline virtual GHOST_TUserDataPtr getUserData() const = 0;
+ virtual GHOST_TUserDataPtr getUserData() const = 0;
/**
* Changes the time user data.